eConnect for Microsoft Dynamics GP 2010 Integration Service

The eConnect for Microsoft Dynamics GP 2010 Integration Service is a Windows service that enables you to use the eConnect business objects on your Microsoft Dynamics GP SQL Server. You can use the eConnect Integration Service from your application.

To configure and use the eConnect Integration Service from you application requires you to be familiar with WCF. While WCF provides a great deal of flexibility, configuring and using a WCF service can become complex. You should familiarize yourself with WCF before attempting to add the eConnect Integration Service to your application.

The eConnect Integration Service includes classes and methods you use to perform operations. The classes of the eConnect Integration Service use the same methods that you find in the classes of the Microsoft.Dynamics.GP.eConnect namespace. The eConnect Integration Service includes the following classes.

[spacer]

Class

Description

DocumentNumberRollbackClient

Specifies a collection of Microsoft Dynamics GP document numbers that were not used. This class contains methods found in the DocumentRollback class of the Microsoft.Dynamics.GP.eConnect namespace.

eConnectClient

Provides access to Microsoft Dynamics GP data. This class contains methods found in the eConnectMethods and GetNextDocNumbers classes of the Microsoft.Dynamics.GP.eConnect namespace.

eConnectFault

Specifies an eConnect exception that occurred during a service operation. This class is similar to eConnectException class of the Microsoft.Dynamics.GP.eConnect namespace.

eConnectSqlFault

Specifies one or more SQL exceptions that occurred during a service operation. You use this class to identify SQL exceptions during an eConnect operation.

RollBackDocument

Specifies a single Microsoft Dynamics GP document number that was not used. This class contains the same properties found in the RollBackDocument class of the Microsoft.Dynamics.GP.eConnect namespace.

TransactionRecordIdsClient

Retrieves the next document number for several types of Microsoft Dynamics GP documents. This class contains methods found in the GetNextDocNumbers class of the Microsoft.Dynamics.GP.eConnect namespace.


For more information abut the classes and methods in the Microsoft.Dynamics.GP.eConnect namespace, see Microsoft.Dynamics.GP.eConnect Namespace .


Documentation Feedback