cancel
Showing results for 
Search instead for 
Did you mean: 

webservice security in pi 7.0 sp 11

Former Member
0 Kudos

Hi,

I am unable perform the web service security setting in sap pi. sap pi calling third party web service. while calling web service we are using message level security. the third-party provide the client certificated for message secure purpose.

Currently we are using PI 7.0 SP 11.

if anyone worked this areas please help me.

Thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I believe you are using SOAP receiver adapter to consume third party webservice. Third party webservice is provided client certificate. Import the third party certificate in the netweaver stack and reference that certificate in the soap receiver adapter using the option certifiicate authentication. Hope that helps

Former Member
0 Kudos

I agree with Baskar.

Shabarish_Nair
Active Contributor
0 Kudos

adding to this;

refer the help document

http://help.sap.com/saphelp_nw04/helpdata/en/56/992d4142badb2be10000000a1550b0/frameset.htm

you need to obtain the certificates and load them to keystore via Visual admin before usage

Former Member
0 Kudos

1- You need to install in STRUST Transaction the 3rd party server certificate & client certificate

1.1- Restart your AS (stopsap r3 <instance> + startsap r3 <instance>)

2- Create an RFC destination and mark SSL flag

3- Put RFC destination name into your Receiver CC

Former Member
0 Kudos