Microsoft NTLM and web service

Hello all

I have a webservice up and running, but now i have run into problem Number Two ( problem one was getting the WSDL into notes ).

When the service runs, i get an error saying “unathorized” , this is because i need to run the agent with the correct ADuser. The .net server i am connecting to using my WebService has Microsoft NTLM enabled. How can i get around this issue ? Or do i need to give the username i am logged onto the server with the correct rights on the .net server ?

Thanks Again

Subject: NTLM Web Service Authentication

You will have to create a separate JAR file from the WSDL using wsimport tool and then use that JAR file in the Java Agent