cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Soap Receiver - WS security by wsse:SecurityTokenReference

felipe_martin
Explorer
0 Likes
2,139

Hi,

Could someone help me! The scenario is Abapprxy to Webservice security. PI 7.5 dual

I'm looking antoher threads but I coud´t find a solution.

I developed an interface using in soap channel the option 'Select Security Profile' , keep header... in de receiver agreement: - Security standard: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd - Security procedure (request) Sign key View (trustedCAs) Keystore entry(certificate) But the response said that my .xml is not valid.

My questions are: Can I see my payload with the <envelop>

<header>

<wsse:Security>.... in some PI Monitoring???? I ask because I coud't find any where.

There are another way to do that, another adapter/module? If someone has example a javamaping or xsl... I saw a xsl but the xsl was <wsse:UsernameToken> and I need to <wsse:SecurityTokenReference

Thanks a lot

Felipe

View Entire Topic
felipe_martin
Explorer
0 Likes

Hi,

I solved the problem, I created a java mapping tha use lib of apache, and sign using certificate with reference!

Thanks