BargeExService
This web service provides an interface which allows trading partners to interact with BargeEx.
The following operations are supported. For a formal definition, please review the Service Description.
-
AcknowledgeDocument
This method is used to indicate the document returned by the GetNextDocument method has been successfully retrieved by the trading partner. If it is not called, the GetNextDocument method will return the same document every time it is called. -
GetDataMappings
This method returns current data mapping information for the indicated trading partner and data map type. All Master values will be returned, even if they do not have a Custom value defined. An optional Master value or Custom value can be specified to limit the results. -
GetNextDocument
This method retrieves the oldest document that is ready for pickup or returns NoMoreDocuments if no documents are ready for pickup. -
SendDocument
This method sends a document to a trading partner. -
Test
This method can be used to verify a BargeEx web services method can be successfully called. It will take an input string, reverse it, and return it back to the caller. -
UpdateDataMapping
This method either modifies the Custom value that maps to a particular Master value record or creates a temporary custom data mapping.