Hi, I've managed to come this far, I'm using the CommonsHTTP client and it seems to work well. But now I want to set a proxy in the HttpClients HostConfiguration (HttpClient.getHostConfiguration().setProxy) , can I do this via Axis ?
wbr Kenneth > -----Opprinnelig melding----- > Fra: Dan Christopherson [mailto:[EMAIL PROTECTED] > Sendt: 14. november 2003 18:16 > Til: [EMAIL PROTECTED] > Emne: Re: CommonsHTTPSender > > > in client-config.wsdd > > <transport name="http" > pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/> > > You may have to rebuild axis with CommonsHTTPClient in order > for CommonsHTTPSender to be built - I > had to, anyway. > > Make sure you use the lates release of CommonsHTTPClient > > -danch > > [EMAIL PROTECTED] wrote: > > I was wonder how to configure Axis to use > CommonsHTTPSender, and also how can I configure the > HTTPClient from Axis? > > > > I need to do the following connection: Client --(http)--> > Proxy --(https)--> WebService > > The HTTPSender doesn't seem to support this, but the > commons HTTP client seems to do. > > > > wbr > > Kenneth Aastrøm > > >