cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to see web security tags in PI

Former Member
0 Kudos

Hi Experts,

My scenario is ABAP Proxy >XI> Webservice(synchronous call)

I am using AXIS framework in receiver soap adapter.

Mu client wants username token with password digest

where password digest =Base64 ( SHA-1 ( nonce + created + password ) )

However whenever i am checking SXMB_MONI and RWB payload i can only see my mapping output howver i am not able to see the web security tags as follows:

<?xml version="1.0" encoding="utf-8" ?>

- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

- <soapenv:Header>

- <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1">

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

<wsu:Created>2009-09-01T09:27:38.437Z</wsu:Created>

<wsu:Expires>2009-09-01T09:32:38.437Z</wsu:Expires>

</wsu:Timestamp>

- <wsse:UsernameToken>

<wsse:Username>spaeeval</wsse:Username>

<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">gJhuOtNzyvUQMH7cUsxcghx/k1Q=</wsse:Password>

<wsse:Nonce>hpt2r1FlsT/GzIny4BLmMw==</wsse:Nonce>

<wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2009-09-01T09:27:38.421Z</wsu:Created>

</wsse:UsernameToken>

</wsse:Security>

</soapenv:Header>

Is it possible to see the above web security tags in PI?

Please advice and provide your valubale inputs on this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No its not possible.

Stefan had explained it very well in one of the discussion

Thanks

Swarup

Edited by: Swarup Sawant on Sep 18, 2009 11:30 AM

Former Member
0 Kudos

Thanks Swarup

Answers (1)

Answers (1)

Former Member
0 Kudos

Experts,

Any inputs on this?

Please advice.

Thanks

Ankuchopra