cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response with WS-Addressing elements

Former Member
0 Kudos

Hi All,

I have an issue with the response message of SOAP - PI - RFC Sync scenario.

In the request of the SOAP message, we receive following header(WS-Addressing) Elements in the SOAP Header part of the envelope.

<wsa:Action wsu:Id="wssecurity_signature_id_281" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

http://partnername/interfacedetails

</wsa:Action>

<wsa:MessageID wsu:Id="wssecurity_signature_id_285" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

uuid:463BF10F-0126-4000-E000-604DAC152914

</wsa:MessageID>

<wsa:RelatesTo wsu:Id="wssecurity_signature_id_283" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

urn:uuid:02875597AE9A49ABAB1229340545618

</wsa:RelatesTo>

Now the issue is the, our interface partner(who actually sends the SOAP Request), wants SOAP response containing the above WS-Addressing elements.

Is it possible with SAP PI?. Can anybody help me with this.

By the way, our interface( SOAP-PI-RFC Sync ) working fine. We just need these elements inside SOAP Response.

Thanks in advance.

Kind Regards,

Prasad.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just to add, I could see these details( Action, MessageID, RelatesTo) in SXMB_MONI in SOAP Header section of Response message.

Would highly appriciate any help on this.

Kind Regards,

Prasad.

0 Kudos

Hi Prasad,

I am not sure if the problem is solved.

I guess you are talking about a scenario in which a non-SAP consumer sends a request to SAP ABAP provider. The consumer requests the enabling of WS-Addressing. The answer nothing is required to configure the ABAP provider, which will send back a SOAP response either with WS-A or without depending if WS-A is sent by the consumer or not. That might be the case that you can see these headers with the SXMB_MONI.

Hope this helps.

Regards,

Wei