Hi Kr, Are you using axis1.2.1 final, jdk5.0 update4, commons-httpclient-3.0RC3, and commons-codec-1.3?
sz -----Original Message----- From: Kr [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 3:54 AM To: [email protected]; [email protected] Subject: Bug in CommonsHTTPSender ? Hi All, I am trying to connect to a .NET Web Service that uses Integrated Windows Authentication (aka NTLM ?) using AXIS 1.2 Final. I have followed the steps at http://marc.theaimsgroup.com/?l=axis user&m=108055064215099&w=2 but I am getting below response from the service. (501)Not Implemented at org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSende r.java:208) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j ava:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2765) at org.apache.axis.client.Call.invoke(Call.java:2748) at org.apache.axis.client.Call.invoke(Call.java:2424) at org.apache.axis.client.Call.invoke(Call.java:2347) at org.apache.axis.client.Call.invoke(Call.java:1804) at www.mizra.com.ss.sl.demands.v10.ws.WSSoapStub.getDtl(WSSoapStub.java:216 ) at mizra.Client2.query(Client2.java:101) at mizra.Client2.main(Client2.java:169) Some of the messages in mailing list suggests that there is a bug in org.apache.axis.transport.http.CommonsHTTPSender and I am not sure whether this is fixed in AXIS 1.2 Final. Can anyone please tell me under what scenarios this "(501)Not Implemented" error comes. Basically I am behind a firewall and usually use proxy to connect to the internet and so I set below system properties in my client program. System.setProperty("http.proxyHost", "33.336.245.57"); System.setProperty("http.proxyPort", "5688"); Thanks & Regards, Kr.
