Get the nightly build from here -
http://cvs.apache.org/dist/axis/nightly/ it should have the
commonshttpsender class built in. just add the commons http client jar
to your CLASSPATH. You can extract client-config.wsdd from the axis
jar and place it in the directory from where you are running your
client. You will need to edit the client-config.wsdd as per
http://marc.theaimsgroup.com/?l=axis-dev&m=108031672506603&w=2

-- dims

On 4/11/05, John Windberg <[EMAIL PROTECTED]> wrote:
> That would save me.
> Is there anything resembling a how-to to get from cvs
> to a jar that I could use and then how to get from
> WSDL2Java stubs to HTTPClient/NTLM?
> I've read everything I can find, and downloaded
> library after library and have yet to manage to get
> even the posted source  for 1.2R3 to compile.
> With the addition of each newly added library I get
> some other something that is missing. I'm loosing my
> mind on this.
> 
> -J
> 
> 
> --- Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> > John,
> >
> > HTTPClient does NTLM. latest Axis CVS code should
> > work.
> >
> > -- dims
> >
> > On 4/11/05, John Windberg <[EMAIL PROTECTED]>
> > wrote:
> > > Are you trying to talk to IIS, which normally runs
> > > NTLM  (windows) security?
> > > If you figure it out, I'd love to know what to do.
> > > I'm stumped and have no clue. We're likely to
> > start
> > > building our clients with C# instead.
> > > I hate letting Microsoft's extend and embrace
> > tactic
> > > win, but they aren't getting any competition here.
> > >
> > > -J
> > >
> > > --- "Tim K. (Gmane)" <[EMAIL PROTECTED]> wrote:
> > > >
> > > > So how can one configure the Stub so that it
> > uses
> > > > CommonsHTTPSender and
> > > > how does one get to the transport instance from
> > the
> > > > stub so that custom
> > > > headers can be set?
> > > >
> > > > Also, would CommonsHTTPSender be able to
> > participate
> > > > in the HTTP digest
> > > > auth mechanism?
> > > >
> > > > Thank you.
> > > >
> > > > Tim
> > > >
> > > >
> > > > > Would this also work for digest authentication
> > for
> > > > example?
> > > > >
> > > > > Also, how do you get to use CommonsHTTPSender
> > when
> > > > you need to make a
> > > > > call given an instance of the Stub?
> > > > >
> > > > > Thanks.
> > > > >
> > > > > Tim
> > > > >
> > > > >
> > > > > THOMAS, JAI [AG-Contractor/1000] wrote:
> > > > >
> > > > >> Have a look at
> > > >
> > org.apache.axis.transport.http.CommonsHTTPSender.
> > > > >> ComonsHTTPSender::invoke() appends user
> > > > credentials and other relevant
> > > > >> info
> > > > >> to http header before sending request.
> > > > >>
> > > > >> Hope it helps
> > > > >>
> > > > >> Jai
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> -----Original Message-----
> > > > >> From: John Windberg
> > [mailto:[EMAIL PROTECTED]
> > > > >> Sent: Tuesday, March 29, 2005 12:57 PM
> > > > >> To: axis-user@ws.apache.org
> > > > >> Subject: RE: .NET cred
> > > > >>
> > > > >>
> > > > >> CommonsHTTPSender() does not seem to exist
> > > > anywhere in
> > > > >> the axis.jar file.
> > > > >>
> > > > >> I'll admit to being clueless, but you have to
> > > > start
> > > > >> somewhere.
> > > > >>
> > > > >> To quote someone great, "Huh?"
> > > > >>
> > > > >> thanks
> > > > >>
> > > > >> I'm sure somewhere out there is a howto or a
> > faq
> > > > or
> > > > >> something on how one uses java/axis to talk
> > to a
> > > > .NET
> > > > >> server that has not been changed in anyway
> > from
> > > > it's
> > > > >> default settings. Anyone??
> > > > >>
> > > > >> Thanks
> > > > >>
> > > > >> -J
> > > > >>
> > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
> > --
> > Davanum Srinivas -
> > http://webservices.apache.org/~dims/
> >
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to