|
Using
the Connector Property means that you rely on the HTTP basic authentication
mechanism, meaning that you will not be the one validating the user and password
but your HTTP Server/Servlet container will do it for you. According to which
HTTP Server/Servlet container you are using, they can provide hooks for custom
authentication so you can do the validation yourself, but it is completely
independent from the Web Service.
If you
want to validate the user and password by yourself, within the Web Service
context, then you should probably try to use SOAP headers. But good luck to do
that with the MS Soap client (you need to define a specific COM object in order
to handle SOAP headers).
Thomas
-----Original Message----- From: Xander van der Merwe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 2:34 AM To: [EMAIL PROTECTED] Subject: Authentication with MS Soap client
|
Title: Message
- Authentication with MS Soap client Xander van der Merwe
- beanMapping or typeMapping? thomas . cherel
- beanMapping or typeMapping? Mitch Gitman
