This example demonstrates an eConnect XML document that retrieves a customer record from Microsoft Dynamics GP. Note the following characteristics of the document:
The XML from the document is as follows:
<eConnect xmlns:dt="urn:schemas-microsoft-com:datatypes"> <RQeConnectOutType> <eConnectProcessInfo> <Outgoing>TRUE</Outgoing> <MessageID>Customer</MessageID> </eConnectProcessInfo> <eConnectOut> <DOCTYPE>Customer</DOCTYPE> <OUTPUTTYPE>2</OUTPUTTYPE> <INDEX1TO>ADAMPARK0001</INDEX1TO> <INDEX1FROM>ADAMPARK0001</INDEX1FROM> <FORLOAD>0</FORLOAD> <FORLIST>1</FORLIST> <ACTION>0</ACTION> <ROWCOUNT>0</ROWCOUNT> <REMOVE>0</REMOVE> </eConnectOut> </RQeConnectOutType> </eConnect>