Error found. I was adding NULL to a Vector. Somehow I didn't get any
error message in the console, and instead got a cryptic SOAP message.
Thanks!

On 8/15/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
Please post the input message and the WSDL and WSDD for the service.

On 8/15/06, Yitzchok Good <[EMAIL PROTECTED]> wrote:
> Greetings.
> I'm sending a bunch of stuff to the Axis server and getting back:
> <?xml version="1.0" encoding="UTF-8"?>
> <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> <soapenv:Body>
> <soapenv:Fault>
> <faultcode>soapenv:Server.userException</faultcode>
> <faultstring>java.lang.NullPointerException</faultstring>
> <detail>
> <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/";>Elyse</ns1:hostname>
> </detail>
> </soapenv:Fault>
> </soapenv:Body>
> </soapenv:Envelope>
>
> How do I track down what is causing the trouble?
> Can I not send a null string or class?
> --
> - Yitzchok Good
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
- Yitzchok Good

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to