You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Alex Cruise <ac...@infowave.com> on 2001/01/03 20:35:48 UTC

HTTP Basic Authentication with Apache SOAP?

A colleague of mine has written a SOAP service that authenticates using HTTP
Basic Authentication.  Is there any way I can call it using the standard
Apache SOAP client mechanism?

There's no way that's immediately obvious to me, since Call.invoke() accepts
an URL rather than an URLConnection, and the Java 2 Authenticator approach
doesn't seem to work.

TIA,

Alex.