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 | createError
 
createError
Creates a reply envelope that contains a custom error for a request and passes the reply envelope to the receiveEnvelope service to return to MarketSite.
C1 OnRamp automatically returns a reply envelope containing a default error to any request for which there were processing errors. Use this service if you want to send a custom error instead.
Package
WmMarketConnect
Input Parameters
recipientId (optional)
String The recipient of the error. If you do not specify this parameter, the service uses the sender ID of the envelope for which the error is being returned.
errorCode (optional)
String The error code for the error.
errorMessage
String The error message for the error.
errorLanguage (optional)
String The language (for example, English) of the error.
correlationId (optional)
String The correlation ID of the error. If you do not specify this parameter, the service uses the correlation ID of the envelope for which the error is being returned.
errorSeverity (optional)
String The severity of the error.
senderId (optional)
String The sender of the error. If you do not specify this parameter, the service uses your MarketSite TPID.
Output Parameters
replyEnvelope
Reply envelope that contains the custom error.