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 > >