cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice-PI-RFC over secured network

Former Member
0 Kudos

Dear All,

We are working on Webservice-PI-RFC interface in which we we want a third party to access our interface. So we are providing them with the WSDL of our interface.

But we want this communication to happen over a secured network.

In the sender SOAP adapter we have selected HTTPS as security level but still authentication is basic i.e. user name and password is passed in clear text.

Our Pi server is already on SSL.

Kindly guide how can we communicate on secured network.

Reg,

NJ

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

refer below help.sap.com link about SOAP sender , then you will get an idea how to configure SSL and how it works.

http://help.sap.com/saphelp_nwpi71/helpdata/EN/fc/5ad93f130f9215e10000000a155106/content.htm

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>>Our Pi server is already on SSL

I believe you are using HTTPS without client authentication option in the soap adapter and using basic authentication for login credentials. Since you use HTTP + SSL = HTTPS , your communication pipeline is fully encrypted. So sending user and password will also be encrypted in addition to payload. so you are safe.

If you dont want basic authentication then you can go for https with client authentication.