Hi all,
 
I'm getting confused about using axis2 with an NTLM authentication. I have to use a .NET service.
I generated the client code with WSDL2Java (Eclipse v3.2 plugin). Now I'd like to write a test client to call a service, but I'm not sure how to do it.
 
I can create a NTCredentials object with username, password, host and domain, I know how to call a service by creating a new MyServiceStub object, but what I definitely do not see is how to link the two of them?
 
I really appreciate if anyone could show me a piece of code which do the job, I mean how to get authenticated and how to call a service.
 
Thanks in advance.

Reply via email to