HI GUYS
NOW I HAVE A PROBLEM
WHEN I DO THE SCENARIO SOAP TO HTTP ,I USE THE SOAPUI TOOL TO TEST IT ,THE RESPONSE SHOW MAPPING ERROR
http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<SOAP:Fault>
<faultcode>SOAP:Server</faultcode>
<faultstring>System Error</faultstring>
<detail>
http://sap.com/xi/WebService/xi2.0">
<context/>
<code>MAPPING.EXCEPTION_DURING_EXECUTE</code>
<text>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_RESPONSE_: RuntimeException in Message-Mapping transformatio~</text>
</s:SystemError>
</detail>
</SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>
BUT IN sxi_monitor i copy the response payloads and test it in ir ,it's ok.
so now i don't sure is the daty type Case sensitive.
my response data type is that :
MT_RESPONSE_SEND
ICBCYH
opRep
opName
opResult
Account_num
should the 'opRep' 'opResult ' be Capital ?
PLZ help