You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Chris Bick <CB...@systems1.com> on 2001/04/18 23:01:09 UTC

problem running samples

I keep getting this error when trying to run a sample:
 
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A
'htt
p://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain a:
'faultcode
' element.; targetException=java.lang.IllegalArgumentException: A
'http://schema
s.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(ServiceManag
erClient.java:127)
        at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClie
nt.java:140)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:228)
 
I can get weblogic's to work which real just uses apache's.  
 
Any clues?
 
thanks,
-cb