0 Replies Latest reply on May 16, 2005 2:03 PM by younes

    Strange WS

    younes

      Hi,
      My Web services does not response any more. even wenn i try to call Hello world service i get the same exception. It s strange that all those web services work fine befor. anyway hier ist the exception.

      AxisFault
       faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
       faultSubcode:
       faultString: java.lang.NullPointerException
       faultActor:
       faultNode:
       faultDetail:
       {http://xml.apache.org/axis/}stackTrace: java.lang.NullPointerException
       at java.util.Hashtable.put(Hashtable.java:396)
       at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
       at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246)
       at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
       at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
       at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
       at org.apache.axis.client.Call.invoke(Call.java:2553)
       at org.apache.axis.client.Call.invoke(Call.java:2248)
       at org.apache.axis.client.Call.invoke(Call.java:2171)
       at org.apache.axis.client.Call.invoke(Call.java:1691)
       at DefaultNamespace.HelloWorldSoapBindingStub.getHelloWorld(HelloWorldSoapBindingStub.java:100)
       at DefaultNamespace.TestStub.main(TestStub.java:24)
      
      
      java.lang.NullPointerException
       at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
       at org.apache.axis.client.Call.invoke(Call.java:2251)
       at org.apache.axis.client.Call.invoke(Call.java:2171)
       at org.apache.axis.client.Call.invoke(Call.java:1691)
       at DefaultNamespace.HelloWorldSoapBindingStub.getHelloWorld(HelloWorldSoapBindingStub.java:100)
       at DefaultNamespace.TestStub.main(TestStub.java:24)
      Caused by: java.lang.NullPointerException
       at java.util.Hashtable.put(Hashtable.java:396)
       at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
       at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246)
       at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
       at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
       at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
       at org.apache.axis.client.Call.invoke(Call.java:2553)
       at org.apache.axis.client.Call.invoke(Call.java:2248)
       ... 4 more
      


      i am using org.apache.axis.wsdl.WSDL2Java to generate the stub for the client.

      thanks for your help