cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP processing failure, error id = 1001

STALANKI
Active Contributor
0 Likes
2,637

I exposed RFC as a webservice and trying to invoke the webservice through XI.I configured SOAP receiver adapter in the integration directory.But when i execute the sxmb_moni and see the trace i get the following message.Any Idea why i get this error?

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

- <!-- Call Adapter

-->

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

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: SOAP processing failure, error id = 1001</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

View Entire Topic
Former Member
0 Likes

Hi Sravya,

Did you test your WS with the WSNavigator. If no, do so, maybe your WS is not correct (would not be the first time with the WS wizard)

Cheers,

Frank

STALANKI
Active Contributor
0 Likes

I have tested with WS Navigator.It works fine there.