cancel
Showing results for 
Search instead for 
Did you mean: 

Signing Soap Request with Issuerserial

Former Member
0 Kudos

Hey,

I want to send a soap request signed with a certificate to a java application. This application waits the soap request with reference to an Issuer and Serial Number

<ds:X509IssuerSerial>

<ds:X509IssuerName>

C=ES,O=Agencia .......</ds:X509IssuerName>

<ds:X509SerialNumber>

12184851483876632932...........

</ds:X509SerialNumber>

</ds:X509IssuerSerial>

But PI 7.0 signs the request with reference to a Binary Security Token like this..

<wsse:BinarySecurityToken wsu:Id="sap-16" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";>

MIIHrjCCBpagAwIBAgIQd/XXmNV/kWJHMaux+owtlzANBgkqhkiG9w0BAQUFADCCAT4xCzAJBgNV......</wsse:BinarySecurityToken>

and the java application rejects it as it thinks the signature is invalid. Can we change this type of exchange of public key of a certificate in PI? Exists any way to do it?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

My problem was solved ussing Axis adapter