cancel
Showing results for 
Search instead for 
Did you mean: 

Help required for a Synchronous RFC to SOAP interface

Former Member
0 Kudos

Hi all,

We have developed a Synchronous RFC to SOAP scenario.

But, we are getting the below error in integration engine in the response message:

*<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>*

*- <!-- Inbound Message*

-->

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: (0)null</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Please note that there are successfully messages for this interface. We are facing this only for few messages.

We have implemented Axis framework for this interface to make a SOAP call.

Kindly help us in suggesting when does this error occur.

Thank you.

Regards,

Subbu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

At SOAP side some problem/error occured so it sends fault message, so need to verify the data (payload) then do the corrections and send again.

If you want to get the full fault details then you can configure the fault message

Regards,

Venkata Ramesh

Former Member
0 Kudos

Hi, The SOAP call returns fault message means web service call was not succeeded. so please see the request what you sent to the webservice and see what is the response you are getting.

And also see what is the error message you see in Receiver SOAP communication channel.

There are n number of reasons for the issue so i would suggest to use XMLSPY or SOAP UI to perform some testing.