cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Problem

Former Member
0 Kudos

Hi XI Experts,

I've met a weird problem when using SOAP Receiver adapter:

In a synchronous scenario, R/3 calls a Webservice thru SOAP receiver adapter and gets SOAP response back into R/3. Now after the message comes into XI, the light goes red in SXMB_MONI. I can see the error in Error section of the SOAP header:

" soap fault: Server did not recognize the value of HTTP Header SOAPAction: .".

But when I see the trace section of the SOAP header, I found another error message for this error:

exception while reading from SLD:Property sap_xiadapterservice.adapterType does not exist

Please kindly advise and any hints would be highly appriciated.

Thanks in advance

Luis

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

Check your SOAP Acton in the receiver communication channel... First try to execute the web service from some tool like XMLspy or soapclient.

What have you specified in the SOAP action? Can you share your wsdl?

Regards

Suraj

Message was edited by: S.R.Suraj

Former Member
0 Kudos

Hi Luis,

Please can you check this thread. This issue is resolved here.

Regards

Vijaya

Former Member
0 Kudos

Hi Suraj and Vijaya,

Thanks for your kind help, I've looked into Dirk's thread and believe I've found the source of my problems. The function SAI_AE_DETAILS_GET has used a hard coded 'adapterType'(line 241) to get adapter properties, which does not match with the 'AdapterType' property name in SLD. SAP has released a note with number 909891 to solve this issue, and this problem will hopefully be resolve in BASIS 640 SP 16.

Thanks again for your help, points have been distributed.

Best regards

Luis

Answers (0)