OnRamp for Commerce One MarketSite 3.5 SP1 | webMethods OnRamp for Commerce One MarketSite Adapter Documentation | webMethods OnRamp for CommerceOne MarketSite Adapter Installation and User’s Documentation | Public Records, Specifications, and Services | pub.marketconnect.transport | sendEnvelope
 
sendEnvelope
Sends an envelope to MarketSite.
Package
WmMarketConnect
Input Parameters
envelope
Envelope to send to MarketSite.
marketConnectAlias
String The alias for the MarketSite to which you are sending the envelope. This string is provided by the Software AG Partner Manager.
failOnError (optional)
String Whether this service fails if MarketSite returns an error. Value are true and false. If you do not specify this parameter, the service fails if MarketSite returns an error.
If you want the service to continue executing even if MarketSite returns an error, specify false. You will receive the error in the replyEnvelope parameter, and the errorOccurred parameter will contain true. (This service might still fail for other reasons; for example, it will fail if it cannot reach MarketSite.)
Output Parameters
replyEnvelope
Reply envelope you receive from MarketSite. Depending on the document type and request mode of the envelope you sent, the reply envelope might contain an acknowledgement, an error, or a synchronous response.
errorOccurred
When the failOnError input parameter is set to false, string that indicates whether MarketSite returned an error. Values are true and false.