Thanks David. it was a false alarm. I was running a script file that did not use my environment classpath, but had a hard-coded -cp value. The script needed to be updated to reflect the jar changes in Axis.
/Chris -----Original Message----- From: David Melgar [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:07 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: UDDI4j and Axis 3/13 build The first Axis class that UDDI4J uses is javax.xml.rpc.Service. It looks like you do not have Axis in the classpath. David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED] "Chris Haddad" <[EMAIL PROTECTED]> on 03/15/2002 02:00:17 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: <[EMAIL PROTECTED]> Subject: UDDI4j and Axis 3/13 build Axis - I'm having an interoperability issue using UDDI v2 with the 3/13 snapshot of Axis. javax/xml/rpc/Service does not seem to be available. Where would I find this class? My transport is configured to use Axis: TransportClassName=org.uddi4j.transport.ApacheAxisTransport Here is the exception dump: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/Service at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:486) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11 1) at java.net.URLClassLoader.defineClass(URLClassLoader.java:248) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at org.uddi4j.transport.TransportFactory.getTransport(Unknown Source) at org.uddi4j.client.UDDIProxy.send(Unknown Source) at org.uddi4j.client.UDDIProxy.find_business(Unknown Source) at FindBusinessExample.run(Unknown Source) at FindBusinessExample.main(Unknown Source)