I am using a client on a service. Both work together fine when I call the client on the commandline, now I integrated the client in our
framework (which is also deployed on a tomcat) and when I try to call
my soapservice (different server) from the deployed framework,
I get the following NullPointerException .... this looks like it is not
even sending out a SOAPCall? Am I right?
There seems to be a problem with Deserialization? I am using
String, int, HashMap and ArrayList as input params and the service should return an ArrayList of Beans. I am using the 1.1. Release from
June 16 (or so).
--->
java.lang.NullPointerException
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168)
at org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:1001)
at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403)
at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1550)
at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1149)
at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:393)
at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
at org.apache.axis.client.Call.invokeEngine(Call.java:2545)
at org.apache.axis.client.Call.invoke(Call.java:2515)
at org.apache.axis.client.Call.invoke(Call.java:2210)
at org.apache.axis.client.Call.invoke(Call.java:2133)
at org.apache.axis.client.Call.invoke(Call.java:1656)
Thx for your time ...
Ciao Sonja -- [EMAIL PROTECTED], Tel: 91374-370
Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut. --Ernest Hemingway
