cancel
Showing results for 
Search instead for 
Did you mean: 

sending RFC to WS with HTTPS

Former Member
0 Kudos

hello

I have a scenario RFC to WS synchronic with HTTPS. when connection to the WS I am recieving an error (see below) it looks like a problem in the MUST UNDERSTAND parameter. does any one know this problem and know how to solve it?

Exception Data :

Failure in PlatinumHishtalmutService service call, . Status: soap:MustUnderstand error, Reason: System.Web.Services.Protocols.SoapHeaderException: SOAP header Security was not understood. at System.Web.Services.Protocols.SoapHeaderHandling.SetHeaderMembers(SoapHeaderCollection headers, Object target, SoapHeaderMapping[] mappings, SoapHeaderDirection direction, Boolean client) at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance() at System.Web.Services.Protocols.WebServiceHandler.Invoke() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have in the site SAP XI 3.0 and I am using SOAP adapter/

Kfir

Former Member
0 Kudos

Kfir,

I agree, this is quite an unclear exception ! Have a look at this webpage: http://blogs.sun.com/geertjan/entry/soap_must_understand_aaaaaargh , it will help you understand what's going on at target side ... Is there anyway for you to contact your partner to get additional traces or details for this exception ?

Also check this : http://help.sap.com/saphelp_nw04/helpdata/en/56/992d4142badb2be10000000a1550b0/content.htm it contains info about WS security profile ...

Chris

Edited by: Christophe PFERTZEL on Jan 18, 2010 2:54 PM

Answers (2)

Answers (2)

0 Kudos

Hi Chris,

I am facing the same issue and using SOAP AXIS Adapter.

provide suggestions if you have any?

Former Member
0 Kudos

Hi Kfir,

Looks like the target system is expecting the SOAP security headers to be present ! Are you using Axis or plain SOAP adapter ?

Rgds

Chris