Hi All,
I have a SOAP to RFC synchronous scenario. And the messages at times are failing with error:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<!--
Inbound Message
-->
-<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIAdapterFramework</SAP:Category>
<SAP:Code area="MESSAGE">GENERAL</SAP:Code>
<SAP:P1/>
<SAP:P2/>
<SAP:P3/>
<SAP:P4/>
<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message 6df0467b-5020-11e5-bd4f-0000095bc436(INBOUND) expired</SAP:AdditionalText>
<SAP:Stack/>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
We have increased the parameter xiadapter.inbound.timeout.default value to 10 minutes, but still the same error.
Please suggest on this.
Regards,
Sachi