Hi All,

 

I am trying to deploy my bean as web services using Axis . However while invoking from client side, I am getting following error.

 

 

Exception in thread "main" AxisFault

 faultCode: {http://xml.apache.org/axis/}HTTP

 faultSubcode:

 faultString: (501)Not Supported

 faultActor:

 faultNode:

 faultDetail:

        {}:return code:  501

<html><head><title>Error</title></head><body>The network request is not supported. </body&g

t;</html>

        {http://xml.apache.org/axis/}HttpErrorCode:501

 

(501)Not Supported

        at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:663)

        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:94)

        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:147)

        at org.apache.axis.client.Call.invokeEngine(Call.java:2734)

        at org.apache.axis.client.Call.invoke(Call.java:2717)

        at org.apache.axis.client.Call.invoke(Call.java:2393)

        at org.apache.axis.client.Call.invoke(Call.java:2316)

        at org.apache.axis.client.Call.invoke(Call.java:1773)

        at test.pkg.HelloWorldSoapBindingStub.sayHello(HelloWorldSoapBindingStub.java:100)

        at test.client.HelloWorldClient.main(HelloWorldClient.java:12)

 

 

Can any one help me with this error?

 

Thanks and Regards,

Gaurav Upreti |  Software Engineer- Finacle |  Infosys Technologies Ltd. |  Building 35, # 44 Electronics City, Hosur Road, Bangalore, 560 100, India  |(D) +91-80-51561847 |  (M) +91 9341963055 |  www.infosys.com/finacle 

 

 

<<image001.jpg>>

Reply via email to