You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Tim Bornholtz <ti...@prioritytech.com> on 2001/04/17 23:24:56 UTC

RE: Faultcode (was "Need a small soap implementation")

RE: Need a small soap implementationI believe that occurs when you use the
release version of Xerces 1.3.1.   Try switching to Xerces 1.2.3 and see if
the problem is corrected.



Thank you,
Tim Bornholtz
tim@prioritytech.com
Phone: (402) 292-1212

  -----Original Message-----
  From: Max Kremer [mailto:max.kremer@oceanlake.com]
  Sent: Tuesday, April 17, 2001 12:29 PM
  To: 'soap-user@xml.apache.org'
  Subject: RE: Need a small soap implementation




  Hi,

  I'm a first time SOAP user. I'm working with Tomcat and trying out the
addressbook examples that comes with soap. I get the following error when
trying to deploy the service:

  Deploying the addressbook service...
  Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client;
msg=A 'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain
a: 'faultcode' element.; targetException=java.lang.IllegalArgumentException:
A 'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain a:
'faultcode' element.]

          at org.apache.soap.rpc.Call.invoke(Call.java:244)
          at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien
t.java:127)
          at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java
:140)
          at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
28)

  Does anyone know what this means???

  MAX