cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices with SAML

Former Member
0 Kudos

We are PI 7.11, Iam trying out an synchronous scenario

Web Applicattion(SOAP) --> PI -


> ECC(Proxy)

We want to use SAML for the webservice. In the SOAP adapter, there is no option for 'SAML' in the security profile.

I have following questions:

1) Can we implement SAML for the webservices,IF so, then how?

2)If we cannot do SAML with SOAP adapter, then which adapter we can use for the webservices to use SAML.

Thanks

Srinivas Manda

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Soap adapter does not support SAML security option. Only WS adapter support this currently. There are few options.

1) Using Apache axis  open source in using java mapping to implement this. This is one feasible approach. But it takes more java effort.

2) I dont think even SOAP Axis adapter  support this. You might want to check SAP NOTE on this.

You might want to check this link for java mapping inside pi.

http://wiki.sdn.sap.com/wiki/display/Security/Single+Sign+on+using+SAML+with+Apache+Axis2+(Web+Servi...

Former Member
0 Kudos

Thanks Baskar,

Cant we do this scenario using WS adapter(Sender) and Proxy(Receiver).

Thanks

Srinivas

baskar_gopalakrishnan2
Active Contributor
0 Kudos

WS adapter can be used to integrate between SAP systems only. If your sender system in non sap, you cannot use this.

Answers (0)