cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP processing failure, error id = 1001

STALANKI
Active Contributor
0 Kudos

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>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Any of the guys discussing the SOAP receiver error could solve the issue?I am getting the same error and your inputs could be useful in resolving the problem.

<?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: Server did not recognize the value of HTTP Header SOAPAction: .</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Thanks,

Leo

Former Member
0 Kudos

Hi Sravya,

Try to test the WS with the SOAP Client, which you can download from SDN. Make sure that you know where the problem lies. XI or SAP WS. We had also problems with WS on a WAS 6.40, which work fine via WSNavigator and didn't work with XI. The problem was a bug in the WSframework of WAS 6.40 and a problem with the datetime format.

Cheers,

Frank

Former Member
0 Kudos

Hi Frank,

This is in connection with the previous post, i have downloaded the SOAP client , the Webservice is not working in SOAP client inspite of running fine in WSnavigator(TEST). Couldnt find the reason. SOAP client response log says, "va.lang.IllegalArgumentException: This document has no valid XML header, it can not be parsed / validated". The XML request i am passing is nothing but the request XML from WSNavigator(TEST) Result.

Here are few questions regarding the SOAP adapter(open for all).

My scenario is HTTP->XI->SOAP (synchronous).

1. SOAP adapter in adapter monitoring is neither RED nor Green its gray. Is there any config required to make it functional in integration configuration(SXMB_ADM)or any kind of service configuration in VA.

2. The target url in receiver conffiguration of SOAP Adapter is the url where WSDL resides. is it fine.

Any kind of clue is highly appreciated.

Regards,

Satish

Former Member
0 Kudos

Hi,

The target url for the receiver soap adapter should be the one of the WS itself, not the wsdl.

(e.g. http://blabla.com/webservice.asmx and not http://blabla.com/webservice.asmx?wsdl).

If you post your xml (the soap message you fail to post in the soap client) it'd be easier to comment on it.

Best regards,

Avihai

Former Member
0 Kudos

Hi Avihai,

I exposed custom RFC as a webservice and the url specified in the reciever adapter is http://pdcntwr.wipro.com:8000/sap/bc/srt/rfc/sap/Z_Get_Transport_Request?sap-client=100.

Please let me know if anything needs to be done.

Please find the dump.

<?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>

Former Member
0 Kudos

Hi,

Which xml do you use for testing when you use the SAP SOAP client for this purpose.

What is the response?

Regards,

Former Member
0 Kudos

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 Kudos

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