On Wed, 21 Apr 2004 14:19:56 -0500, Jim Henderson <[EMAIL PROTECTED]> wrote: > --- The problem: > > The bad news is that my client application fails with a AxisFault (below). > The statement that causes the failure is (I am starting small with a ping() > that returns void and has no arguments): > > call.invoke((Object[])null); > > Can someone tell me what side this fault is coming from? Is the client even > able to talk to the service? I guess I don't even know where to start > looking despite trying to figure this out for 2 days.
It seems like the client is talking to the server, and that the server can't create an instance of the class that contains the method you're trying to call. Does it have any public constructors?