RE: How to make Axis use CommonsHTTPSender?

2004-03-29 Thread Davanum Srinivas
You may have to patch up commons' HTTPClient to work with JAAS (Windows sample authentication module from SUN - http://java.sun.com/products/jaas/index-10.html or the tagish one - http://free.tagish.net/jaas/). both the jaas modules provide a way to get the user name and an impersonation token -

RE: How to make Axis use CommonsHTTPSender?

2004-03-29 Thread Zhao Sharon-CSC002
ROTECTED]Subject: RE: How to make Axis use CommonsHTTPSender? Sharon,I have been attempting the same thing recently using Axis 1.1. I have found the following. You need to modify the org/apache/axis/client/client-config.wsdd. Change the line  to    You c

RE: How to make Axis use CommonsHTTPSender?

2004-03-29 Thread Russell, Brian
Title: Message Sharon,I have been attempting the same thing recently using Axis 1.1. I have found the following. You need to modify the org/apache/axis/client/client-config.wsdd. Change the line  to    You can create a new copy of the wsdd file, and put it in the classpath befor