Hi,
Please help me,
Whenever I am create the instance of UserService, it raise Exception : javax.xml.ws.WebServiceException: Failed to access the WSDL at:
http://ip/webservices/services/UserService?wsdl. It failed with: Server returned HTTP response code: 401 for URL:
http://ip/webservices/services/UserService?wsdl.
And the code of creating Instance of UserService are -:
try
{
testUser.UserService service = new testUser.UserService();
testUser.UserServicePortType port=service.getUserServiceHttpPort();
} catch (Exception ex)
{
out.println("Exception "+ex);
}
And similarly create the instance of MeetingService then it work fine.
What issues behind this please see this and give better solution.
Tnaks & Best Regards
Vinay