axis2 1.3 configuring client authentication

2007-10-09 Thread Jon Wilmoth
I've gone through the user guide and the http transport guide, but I haven't found how I can configure an Axis2 web service client (generated from WSDL) to pass authentication info to the http client. Any pointers would be greatly appreciated. Thanks, Jon

Re: axis2 1.3 configuring client authentication

2007-10-09 Thread keith chapman
Hi Jon, This mail thread should help you http://www.nabble.com/wsdl2java-with-Basic-Authentication-t4551192.html Thanks, Keith. On 10/9/07, Jon Wilmoth [EMAIL PROTECTED] wrote: I've gone through the user guide and the http transport guide, but I haven't found how I can configure an Axis2 web

Re: axis2 1.3 configuring client authentication

2007-10-09 Thread Peter Hrastnik
Take a look at http://wso2.org/library/161. You can access the options object mentioned in the article using my SoapClientStub._getServiceClient().getOptions() Best Regards, Peter. Jon Wilmoth [EMAIL PROTECTED] schrieb am 09.10.2007 08:57:02: I've gone through the user guide and the

RE: axis2 1.3 configuring client authentication

2007-10-09 Thread Jon Wilmoth
to do the same thing? Thanks, Jon From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 12:01 AM To: axis-user@ws.apache.org Subject: Re: axis2 1.3 configuring client authentication Hi Jon, This mail thread should help you http