cancel
Showing results for 
Search instead for 
Did you mean: 

Get Certificate in java Mapping

former_member193964
Active Participant
0 Kudos

Hi all,

How can I get the certificate in java mapping to pass in my tag??

Example:

<ns0:certificate>MIICbzCCACegAWVVUUYBUYBuycuyguyUUYVUHvuyvBVUYVhvteTR+h898BIUuhOH90iuBIouiiuGhcdxwAuijnPOMoiu97tyUYGujhbhbiugg87UHVUHbuiybiiuhyrd4wjbJVUY</ns0:certificate>

Regards,

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member193964
Active Participant
0 Kudos

Hi RajendraBadi ,

Thanks for your attention!!!!

But in my case i need to pass the signature ( Array Bytes) into the tag.

See the example below:

- <ns0:requestTO xsi:type="ns0:RequestTO">

<ns0:certificate

xsi:type="xsd:base64Binary">MIICbzCCAVegAwIBAgICAPQwDQYJKoZIhvc

NAQEFBQAwSDEmMCQGA1UEChMdRG9taW5pbyBTZWd1cmFuY2EgR1BTIF

BBTUNBUlkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTAeFw0wOT

A4MTgxNTMyMjlaFw0xMDA4MTMxNTMyMjlaMB0xGzAZBgNVBAMTEjAyLjkx

NC40NjAvMDAwMS01MDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAr

iktfz/XXVpFc5h5sdu3cgGhKOiJVStLKAz/AsN/w7F0Od2EolVlohzK5lnoP+77

SQTQrgjaFkvhssWAKw4lmAfyPaLtSAQ5MouNjYpf9c13Xrb+wReSEK8lZ1OU

HkyDmQ4BJTqYjFpOf8TRt2JqaKLvKPuZwZU0BG3sLoW9MCAwEAAaMSM

BAwDgYDVR0PAQH/BAQDAgTwMA0GCSqGSIb3DQEBBQUAA4IBAQAcoDCX

</ns0:certificate>

<ns0:context xsi:type="xsd:string">Router</ns0:context>

Former Member
0 Kudos

Hi Mercelo,

You can use in built capability of SOAP adapter to do a didital signing using the certificate. Please use following blog to do a signing using certificate.

/people/rajendra.badi/blog/2011/08/24/configuring-wsse-digital-signing-and-encryption-using-sap-pi-711-aae-soap-adapter

If it won't help and explain what excatly you want to configure using SOAP receiver adapter.

Thanks,

RK

former_member193964
Active Participant
0 Kudos

My scenario is ECC to SOAP. I Need to get the signature in my KeyStore and pass in my Tag.

former_member110533
Participant
0 Kudos

Hi Marcelo,

are you talking from a webservice scenario?

Your SOAP adapter is doing the certificate stuff.

BR

André