Hello:
Let me know if this is possible with Apache Axis.

All the webservies are secured with SiteMinder. During the webservice call the following needs to be done:

  • obtain a sitemaintain token
  • Take that token and use it to build a cookie associated with the webservicerequest.  Its name will be SMSESSION, its value will be what you obtain from the SiteMinder service and it will need to be presented to all "companyname.com sites.
  • Once you've associated the cookie, make the calls as you normally would.
Suppose the token could be obtained how to set the cookie with Apache Axis for a dynamic invocation client. Any pointers will be very helpful.

Thanks,
Ravi

Reply via email to