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 | EnvelopeHandlerSpecification
 
EnvelopeHandlerSpecification
Specification for envelope handler services. All envelope handler services must adhere to this specification.
For synchronous requests that were processed with no errors, the handler service must create a reply envelope that contains the appropriate xCBL response document and any necessary attachments. In the reply envelope header, the handler service must use the correlationId that was used in the header of the incoming envelope. The handler service must return the reply envelope to the receiveEnvelope service to return to MarketSite.
For asynchronous requests that were processed with no errors, C1 OnRamp automatically returns a reply envelope containing a default acknowledgement to MarketSite. For these requests, then, the handler service does not have to create or return a reply envelope.
For synchronous and asynchronous requests that had processing errors, C1 OnRamp automatically returns a reply envelope containing a default error to MarketSite. For these requests, then, the handler service does not have to create or return a reply envelope.
Package
WmMarketConnect
Input Parameters
envelope
Envelope received from the receiveEnvelope service.
Output Parameters
replyEnvelope
Reply envelope to return to the receiveEnvelope service.