Thanks Scott. I am running Apache SOAP under Tomcat, so I will try do what
you said. Thanks again.

Max

-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 2:48 PM
To: [EMAIL PROTECTED]
Subject: Re: Basic Authentication with SOAP


Here's a quick summary.

Client
------
You must explicitly instantiate SOAPHTTPConnection and call setUserName and
setPassword.  You associate this will your Call instance with Call's
setSOAPTransport.

Server
------
This is dependent on your Web server, but the idea is to configure the
resource representing the SOAP service require authentication.  I usually
have a mapping such as /soap that I require authentication for.

Scott

----- Original Message -----
From: "Max Stolyarov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 11:25 AM
Subject: Basic Authentication with SOAP


> Hello,
>
>     Does anybody knows how to do basic authentication with SOAP on the web
> service. Thanks
>
> Max Stolyarov
>
>

Reply via email to