You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Kr <ba...@gmail.com> on 2005/08/12 12:54:07 UTC

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(CommonsHTTPSender.java:208)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java: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.