this is probabbly not going to help much, but in the beginning i had some trouble getting my service to run as well and then i found out that the webserver was caching an older (not working) version of my soap-service object even though i re-compiled it. so i have to stop and start my servlet-runner before new changes come into effect.
tom -----Original Message----- From: Truong, Bon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 9 January 2002 12:47 To: '[EMAIL PROTECTED]' Subject: Accessing an exposed method of a Java class > Hi, > > I have come across a problem using Apache SOAP v2.2. > Basically, I created a deployment descriptor for exposing > a public method of a Java class. That method takes 3 arguments > of type String. > > However, when trying to access the exposed method, I got the > following error message: > > A 'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain > a: 'faultcode' element. > [SOAPException: faultCode=SOAP-ENV:Client; msg=A > 'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain > at org.apache.soap.rpc.Call.invoke(Call.java:246) > at > com.gers.base.xml.websrv.SoapHelper.invokeRpc(SoapHelper.java:243) > at > com.gers.base.xml.websrv.TestSoapHelper.testInvokeRpc(TestSoapHelper.jav a: > 168) > at > com.gers.base.xml.websrv.TestSoapHelper.main(TestSoapHelper.java:199) > > > Has anyone of you ever seen this before? > > Thanks. > > Bon Truong
