cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP Adapter Problem-soap fault: Server did not recognize the valu

Former Member
0 Kudos

I have a scenario for service orders using async call : IDOC-XI-SOAP.

I used the XML Spy tool to test the Service order's web services and it works fine. I imported the same WSDL file in XI. When I send a SOAP message from XI, I get a following error in the adapter engine.

<i>MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: AddUpdateCostObjectLevel1.</i>

Can someone please help me...

Thanks in advance!

Mrudula

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This problem is resolved by me by passing the "http://company's URL/AddUpdateCostObjectLevel1" in the SOAP action.

Thanks to all for your input.

Mrudula

henrique_pinto
Active Contributor
0 Kudos

Yeah, the problem is that the receiver system is not recognizing the Soap Action value that you entered in the adapter. Is that the proper value from the WSDL?

Regards,

Henrique.

Former Member
0 Kudos

Can someone please answer my question...

Thanks!

Former Member
0 Kudos

Hi Mrudula,

Not sure...but can you give a try by removing the AddUpdateCostObjectLevel1 from SOAPAction in communication channel

Regards,

Dhill