Hello, I am relatively new to SOAP and I created a simple "Hello World" style java application as a test. The code compiles fine but when I run it I get the following:
[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:294) at Hello_client.main(Hello_client.java:25) Exception in thread "main" Process exited with exit code 1. I am running Tomcat 4.1.12, Xerces 2.1.0 and SOAP 2.3.1 any suggestions? Tim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>