The XML message mapper for SOAP messages is responsible for extracting the XML data from inbound SOAP messages and converting it to CommandProperty objects. It is an extension of the ECSAX parser. The XML configuration node for the XML message mapper found in the instance_name.xml configuration file should look similar to the following:
<MessageMapper classname="com.ibm.commerce.messaging.programadapter.messagemapper.ecsax.ECSAXMessageMapper" enable="false" messageMapperId="-3" name="WCS.SOAPINTEGRATION"> <configuration EcInboundMessageDtdFiles=""> EcInboundMessageDtdPath="E:/WebSphere/CommerceServer55/xml/messaging" EcSystemTemplateFile="webservice_template.xml" EcTemplatePath="E:/WebSphere/CommerceServer55/xml/messaging" isValidating="false" /> </MessageMapper>