Passing SAML Tokens to Webservice
Hi All
I have to create a webservice client which passes
Username token, SAML1.1 , 2 , X509 Tokens.
My experience runs low on webservices.
Kindly point to some documents, which specifies
the way to incorporate these token to the webservice call.
Thanks in advance.
Shaan
# 1
One method to accomplish this is to leverage an STS to issue security tokens. These security tokens can then be placed into the WS-Security headers of the SOAP requests generated by your web service client. Ping Identity has a product called PingTrust. It is an STS that can issue SAML 1.x, SAML 2.0 and custom tokens, and validate SAML 1.x, SAML 2.0, UserName/Password, Kerberos, X.509 and custom tokens. The product includes SDK;s and JAX-RPC security interceptors that can be used by the application developer to integrate with PingTrust.
# 2
Well actuallly I have managed to generate tokens.
I am using Apach Axis 2.0 to generate stub classes to
access the webservice. Can some one please point me
as in to where do u embed the generated tokens.
Of what I understand the SOAP envelope is generated by
the stubs generated by Utility (WSDL2Java) from axis.
Kindly guide.