cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Error.

Former Member
0 Kudos

Hi Experts,

The scenario is esell system to SOAP receiver. we shared the wsdl for the partners.

during testing i am facing the below error in the SOAP receiver comm channel.

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: http://sap.com/xi/WebService/soap1.1.

Adapter Framework caught exception: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER_SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: http://sap.com/xi/WebService/soap1.1.

NOte: The WSDL which shared with parter has soap action. how should i fix this error.

When we ask our partners they are telling that they have loaded the wsdl which we provide.

Could anyone throw some light on how to fix the issue.

Thanks,

--Sai.

Accepted Solutions (0)

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

Hi Sai,

I Agree with Bhaskar please check the below blogs for reference...

Thanks and Regards,

Naveen

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>The scenario is esell system to SOAP receiver. we shared the wsdl for the partners.

I don't understand. You are using SOAP Receiver and that means you received WSDL from your partner and imported in ESR to create target structure. Also you reference the target WSDL URL in the communication soap (receiver) channel. Is that right?

>When we ask our partners they are telling that they have loaded the wsdl which we provide.

You dont need to create WSDL . Becaue you are consuming the web service that is hosted on the webservice. only if you have sender soap then you have to create wsdl. Hope that helps.