cancel
Showing results for 
Search instead for 
Did you mean: 

reciever SOAP error

Former Member
0 Kudos

hi,

I am trying to call a .net webservice from xi. And I am getting 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: Server did not recognize the value of HTTP Header SOAPAction: .</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

is any parsing involved in the mapping or cheak the wsdl which is genarated is right

Amaresh

Former Member
0 Kudos

I got the problem.Thank you

Former Member
0 Kudos

what was the problem

Former Member
0 Kudos

I didnt put the action field in the adapter configuration.

Thank you