ebXML Module 7.1 SP1 | Understanding and Using webMethods EBXML Module | Installing and Using ebxml Module | Built-In Services | MSH Folder (wm.ip.ebxml.MSH) | wm.ip.ebxml.MSH:sendErrorMsg
 
wm.ip.ebxml.MSH:sendErrorMsg
Generates and sends an error message for a specific BizDocEnvelope object.
Input Parameters
errors
Document The error information.
errorCode
String (Optional) The ebXML error code. This must conform to the ebXML Message Service specification.
severity
String (Optional) The error severity. This parameter can have two values, either Error or Warning. This must conform to the ebXML Message Service specification.
location
String (Optional) The XPATH of the error location. This must conform to the ebXML Message Service specification.
errorMessage
String (Optional) The error message. This must conform to the ebXML Message Service specification.
codeContext
String The context of the error message. This must conform to the ebXML Message Service specification.
bizdoc
Object A BizDocEnvelope object that uses any ebXML TN document type.
Output Parameters
messageId
String The message ID for the ebXML message.
errorMsg
Document Error information.
errorCode
String The ebXML error code.
severity
String The error severity. It can have two values, either Error or Warning.
location
String The XPATH of the error location.
errorMessage
String The error message.
codeContext
String The context of the error message.