Greetings, I have an annoying little problem pertaining to SOAP-Messaging. When I attempt to invoke a soap messaging service I get the following fault (shown in relevant part):
<faultactor>/soap/servlet/messagerouter</faultactor> <detail> <stackTrace>java.lang.NoClassDefFoundError: org/apache/soap/Envelope at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1627) at java.lang.Class.privateGetPublicMethods(Class.java:1655) at java.lang.Class.getMethod0(Class.java:1744) at java.lang.Class.getMethod(Class.java:963) I was hoping someone could throw me a line :) RPC style services work just fine. I'm using Tomcat 1.4.12 and Apache SOAP 2.3 on Redhat 8.0 Also, on a related note, is it my imagination or is there a grievous shortage of documentation on the use of Soap-Messaging (EDI, or what have you)? Every book I have read (and Apache's own documentation) focuses heavily on RPC style. Does anyone know of a book/website/anything that covers Messaging thoroughly? (preferably in Java, but I'll take what I can get) Best Regards, Paul Caritj -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>