cancel
Showing results for 
Search instead for 
Did you mean: 

Soap error

Former Member
0 Kudos

Hi ,

I am doing IDOC->XI->Webservice.

I Configured IR ..and ID

I have done only one way . not the response.

ii is raising an error

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: CreateTenderInCcp

I have given the soap action correctly.

"Points will be awarded"

Regards,

Jayasimha Jangam

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Check your WSDL for correct values of URL and soapAction to be entered in your SOAP receiver adapter. At times, soapAction is not specified in WSDL, in that case you can as well leave the soapAction blank in your adapter config.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hey

By default SOAP calls are treated as synchronous calls,if you are making a asynchronous call then you need to explicitly specify QoS.could you please make sure you have added &QualityOfService=ExactlyOnce in the URL you generated in WSDL.

Thanx

Aamir

Former Member
0 Kudos

Hi,

Are you using the wsdl which you have downloaded from the webservice or creating your own data type,mt and so on.

if ur getting the wsdl then check the soap action.

as said by experts also the url address in wsdl.

where are you getting this error in sxmb_moni or RWB CC.

Try to check ur mapping as well.Incase u need to pass some values into webservice.this is in case you have left some field unmapped.

Plz keep the thread updated.

Many thanks

ahmed

prateek
Active Contributor
0 Kudos

Confirm the name of SOAPAction from the attribut soapAction of the tag soap:operation from the wsdl provided by client.

Regards,

Prateek

Former Member
0 Kudos

Hi,

- Check the URL and SOAP action.

- URL and Soap-Action should not be within ""

- Copy the same URL from SOAP adapter and test it also.

Thanks

Farooq

former_member182455
Active Contributor
0 Kudos

hi,

check the URL u specified in the Reciever SOAP adapter, and

check the XML that you send to the WS

regards

srinivas