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.reply | createAcknowledgement
 
createAcknowledgement
Creates a reply envelope that contains a custom acknowledgement of an asynchronous request and passes the reply envelope to the receiveEnvelope service to return to MarketSite.
C1 OnRamp automatically returns a reply envelope containing a default acknowledgement to any asynchronous request for which there were no processing errors. Use this service if you want to send a custom acknowledgement instead.
Package
WmMarketConnect
Input Parameters
messageId
String The message ID of the acknowledgement. Specify the message ID of the envelope you are acknowledging.
recipientId
String The recipient of the acknowledgment. Specify the sender ID of the envelope you are acknowledging.
correlationId
String The correlation ID of the acknowledgment. Specify the correlation ID of the envelope you are acknowledging.
senderId (optional)
String The sender of the acknowledgement. If you do not specify this parameter, the service uses your MarketSite TPID.
Output Parameters
replyEnvelope
Reply envelope that contains the custom acknowledgement.