Description: When using the BusinessConnect SOAP protocol, inbound XML messages cannot be processed when the message contains a comment field (denoted by text inside the <!-- -->).
Symptoms: When processing a message which has the following comment in the header:
= = = = =
<soapenv:Header><par:PartyInfo><from><!-- a --><domain>XYZ</domain><name>A</name></from>
= = = = =
BC throws the following exception: statusCode=920, standardID=SOAP, statusMsg=Request parsing error Error creating SOAP object. : com.tibco.ax.soap.fw.BCSOAPModuleException.
Cause: There is an underlying defect in the Axis2 libraries that BusinessConnect uses to process these messages.