07-24-07 12:21 AM
vkumar wrote:
> Hello - I am using Websphere 6.0 and RAD. I need to access a web
> service. The service is deployed on a server (websphere) with https
> enabled. There is no message level security, but I need to pass user
> credentials while invoking the service through the url to get
> authenticated by the server.
>
> Any idea how can I achieve this?
>
> vk
You can pass user information in the HTTP headers and write a Trust
Association Interceptor (TAI) to assert that identity to WebSphere.
[ Post a follow-up to this message ]
|