i am having Integrated Windows Authentication based .NET WEB Service which is deployed on IIS.
I am having JAVA based Apache SOAP Client so i tried to call the .NET WEB Service but the response i am getting is "You are not authorized". becuase SOAPHTTPConnection is only support Basic Authentication. now what i did i changed the .NET WEB Service to used BASIC Authentication then i got proper responce. So my Question here is that if i used AXIS for Java SOAP Client to call Integrated Window based .NET WEB Service will resolved the issue. if u can send some tips regarding how to call Integrated WIndows Based .NET Web Service that will be very greatfull to me. Thx Nilesh
