Re: Axis fault question

2006-03-14 Thread Dies Koper
:resource1 > > > > > Response (from TCPMonitor): > HTTP/1.1 500 Internal Server Error > Content-Type: text/xml;charset=utf-8 > Date: Tue, 14 Mar 2006 22:06:06 GMT > Server: Apache-Coyote/1.1 > Connection: close > > xmlns:soapenv="http://schemas.xmlsoa

Re: Axis fault question

2006-03-14 Thread Charlton Jackson
tion: close http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.userException java.lang.reflect.InvocationTargetException From: Dies Koper <[EMAI

Re: Axis fault question

2006-03-10 Thread Dies Koper
Hello Charlton, Are you sure you are not hitting the server? Judging from the stacktrace the stub send the request and got a response. The response contained a fault: an InvocationTargetException occurred at the server. The server is the _Axis server_, it does not need to be your _service_. In fac

Axis fault question

2006-03-10 Thread Charlton Jackson
I'm getting the fault below when running an Axis client. Does anyone know what could be causing this, or have any ideas as to the kind of things I can try in an attempt to isolate the problem? I'm not even hitting the server, so I'm confused why the client would be doing any deserialization (as