Good afternoon,
After a lot of soul searching I've decided to abandon the Web Services for Dynamics GP service in favor of rolling my own eConnect WCF Web Service. I understandI will need to address the security implications of this decision by implementing my own policy/access mechanisms. And, I'm ok with that.
Today I was finally able to wrap my head around the manner in which eConnect fetches data from the GP server. One major clue were the XML files located in the ...\eConnect 11.0\XML Sample Documents\Requester directory. After writing my own CreateSalesInvoice WCF function using the taSopLineIvcInsert_ItemsTaSopLineIvcInsert serialization class I decided to browse the Microsoft.Dynamics.GP.eConnect.Serialization namespace and see if I could find any other helpful classes.
What I am aiming to do is retrieve a list of SalesInvoices (paid and/or outstanding per customer. Also, I would like to be able to apply payments (Cash Receipts??) towards one or more selected SalesInvoices per Customer (I'm building an on-line payment application).
So, I'd rather use Microsoft.Dynamics.GP.eConnect.Serialization classes if they exist. Or, I could use eConnectMethods + RQeConnectOutType outfitted with the proper XML documents to do this.
The problem is, I am not finding good examples of either.
Does anyone know of any Microsoft.Dynamics.GP.eConnect.Serialization classes that will enable me to retrieve a list of Sales Documents by GL_ID (CUSTNMBR I think)? Or at least a good example of and eConnectMethods XML requestor example that will get me closer?
Many thanks,
Don
*This post is locked for comments