>> Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; >> msg=A &apo >> s;http://schemas.xmlsoap.org/soap/envelope/:Fault' element must >> contain a: >> 'faultcode' element.;
If I had a nickel for every time I've seen that exception. For us, it has almost always meant that the caller had an incompatible XML parser ahead of the "right" Xerces in the classpath. (I believe some versions of WebLogic, for example, include an older version of Xerces "built in", and it's a bit of a head-scratcher to get the one you want ahead of theirs.) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>