aassif wrote:
> 
>     [...] do I need to manually configure ServiceClient to use Basic
> Authorization.
> 
I might be missing the mark here, but are you asking whether you have to
instanciate a new ServiceClient or whether you can configure one retrieved
from the stub? If so, take a look at Belunek Karel's second post in this
thread (April 12th), where the ServiceClient from the stub is retrieved and
configured:

    Options opt = stub._getServiceClient().getOptions(); 
    :
    :
    opt.setProperty(HTTPConstants.AUTHENTICATE, authenticator);

http://www.nabble.com/forum/ViewPost.jtp?post=9961378

Sincerely, 

  Geir
-- 
View this message in context: 
http://www.nabble.com/AXIS2-1.1.1-problem-with-BASIC-AUTH-tf3559184.html#a10141309
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to