cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP Receiver channel

former_member200339
Participant
0 Kudos

Dear All,

I have developed a PROXY to SOAP scenario. It is a synchronous scenario, While posting data from R/3 I am getting the following error from the target end.

Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction:<SOAPACTION_NAME>

Though I have entered the value in the receiver channel. Please suggest.

Thanks and Regards,

Rana Brata De

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check whether SOAP action maintained in the receiver SOAP channel is same as in the target system .

open the link in browser .You can see the list of operations .

Regards

Venkat

Former Member
0 Kudos

Dear Rana Da,

Plz chk SOAP Action in SOAP Receiver channel and

look at the WSDL to see if this SOAPAction value is actually used for the operation you're calling.

....

Mutti

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rana Da

Please make sure that you have created the inbound interface from the WSDL of the web service

not by manually creating structures in PI ESR.

Check the WSDL and see if the soap action is there or not.

There should not be any mismatch on the soap action name.

Also try to test the WSDL from soap UI and see if you are getting response or not.