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 Mike Spreitzer <ms...@us.ibm.com> on 2001/01/08 22:39:37 UTC

How to do HTTP Basic Authentication in IBM SOAP 1.2

I want my IBM SOAP 1.2 (note the version) client to pass HTTP Basic-flavor
authentication headers.  Is there an existing way to do it?  The closest I
can see is to make a SoapTransport implementation that wraps an existing
one and adds the authentication headers in the "send" method.  Does that
sound right?

Thanks,
Mike