This was exactly what I was looking for. Based on http://ws.apache.org/axis2/1_3/http-transport.html#preemptive_auth, I'd tried something similar, but the key was this line:
authenticator.setPreemptiveAuthentication(true); Just out of curiosity is there a deployment (vs. runtime) mechanism to do the same thing? Thanks, Jon ________________________________________ From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 12:01 AM To: [email protected] Subject: Re: axis2 1.3 configuring client authentication 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 service client (generated from WSDL) to pass authentication info to the http client. Any pointers would be greatly appreciated. Thanks, Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
