Thx for reply Nabendu,
I try that way and dosen't work....we have the same issue....You know if exist any way that i can force the return, or ignore one empty payload of the return ? I'll see one option using File adapter but i cant find any option with Soap adapter....
Error below:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--
Request Message Mapping
-->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>Application</SAP:Category>
<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
<SAP:P1>com/sap/xi/tf/_mmTeste_</SAP:P1>
<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
<SAP:P3>Parsing an empty source. Root element expected!</SAP:P3>
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_mmTeste_: Parsing an empty source. Root element expected!</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
Thx a lot.