cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Receiver - WS security by wsse:SecurityTokenReference

felipe_martin
Explorer
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

felipe_martin
Explorer
0 Kudos

Hi,

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

Thanks

Answers (2)

Answers (2)

felipe_martin
Explorer
0 Kudos

Hi Harish

I did the configuration like this link, but now I have a error of certificate.

Do you know what happend?

PS: in the link said that the

crypto.view is the keystore view in RWB? the same name tha i chose in comunication channel?

The ''user'' I beleave tha the 'alias' of certificate? is it?

Harish
Active Contributor
0 Kudos

Hi Felipe,

You can achieve this using SOAP Axis adapter. Please refer the below blog

https://blogs.sap.com/2017/12/06/soap-axis-for-wssec-signing/

regards,

Harish