cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter error

samantha_nez
Participant
0 Kudos

Hi,

We have trying to consume a web service (http://s692760:50000/WrapperFD/WrapperFD?wsdl) using a soap adapter.

In the SXMB_MONI we get the following error:

<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: s692760</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Which is the problem? Is it not valid our web service url?

Thanks in advance,

Samantha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you need to provide following in the receiver soap adapter.

targetUrl: http://s692760:50000/WrapperFD/WrapperFD?wsdl

Also provide the soapAction. You can find this in the wsdl

samantha_nez
Participant
0 Kudos

Problem resolved.

Target URL was defined like you say, but we have specified the system IP rather than the system name in that URL.

SOAP Action was not neccesary in our case.

Thanks for your help,

Samantha.

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Samantha,

What value did you gave in Target URL in receiver comm.channel?

raj.

Former Member
0 Kudos

Hi,

Is this XI Web service?

If yes, it is wrong.. It should be

http://<host>:<port>/XISOAPAdapter/MessageServlet?channel=:party:BS:Communication channel

If this is other Web service calling from XI, then you may check with SOAP tool that this WS is valid.

Thanks,

Srini

Former Member
0 Kudos

Hi,

I got the same error because of error in proxy or the data that you provide to webservice because of which the proxy fails.

Please test once in sproxy (if it is SAP service) that data is valid.

Thanks

-Kulwant