Transaction Requester Overview

The eConnect Transaction Requester enables you to retrieve XML that represents a document and operation. You typically use the Transaction Requester to publish XML documents to an MSMQ. There are two components to the Transaction Requester:

eConnect Requester Setup    This utility allows you to specify the XML documents that are published to an MSMQ queue. Use eConnect Requester Setup to identify Microsoft Dynamics GP documents, operations, and the MSMQ queue that receives the document. Refer to the eConnect Installation and Administration Guide to learn about using the eConnect Requester Setup utility.

Outgoing Service    The Transaction Requester employs the Outgoing Service to publish the specified XML documents to the queue. To use the Transaction Requester Service, you must configure and enable the Outgoing Service. Refer to the eConnect Installation Guide to learn about the Outgoing Service’s configuration options.

Once the XML documents are published to the queue, your application can retrieve them from the queue. You can then parse the XML document and perform actions based upon the information they contain. For more information about how to retrieve documents from a queue, see Outgoing Service .

The Transaction Requester also enable you to retrieve XML documents from a .NET application. To retrieve XML that represents a document, add code to your .NET application that uses the GetEntity method of the eConnectMethods class. For information about how to use the GetEntity method, see eConnect and .NET .


Documentation Feedback