cancel
Showing results for 
Search instead for 
Did you mean: 

How include the attribute SecurityTokenReference

Former Member
0 Kudos

I´m workin in a web service that it need to pass the attribute SecurityTokenReference of WS-security as a part of SOAP Header in sap 7.0 is it posible?

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi JCCM,

Try with an XSL to create whole message manually, you need to create the SOAP tags too, later you check in the SOAP receiver "Do not to use SOAP envelope", because you already create it.

Regards.

Former Member
0 Kudos

hi Iñaki

Could you give me an example with this attribute. Also would have to build the entire soap envelope right?

iaki_vila
Active Contributor
0 Kudos

Hi JCCM,

Yes, you will need to construct the envelope.

In this thread you have the way to construct your own SOAP envelope http://scn.sap.com/message/7776233#7776233

The way that i proppose is too much manual, may be there is a better standard way, please wait for more reponses.

Regards.