I am trying to play with Java & SOAP using the examples at http://www-
106.ibm.com/developerworks/xml/library/x-jaxmsoap/. I've installed
the Java Web Services Developer Pack 1.1 but can't seem to tie the
two together. Where do I put the jar files - I can't imagine I have
to setup 30 entries in my CLASSPATH?
Even when I get it to compile by hacking some stuff, at runtime I get
the error "Exception in thread "main" java.lang.NoClassDefFoundError:
javax/xml/soap/SOAPConnectionFactory"
Could anyone help me out with 1) the correct setup of the JWSDP & JRE
& CLASSPATHs and 2) the error above?