Hi All, Is there anything wrong with the WOLips and Web Services. Am unable to get even a Hello program running. I just created a new WOApplication from the wizard. Execute it to check and it works fine and add a new class with a single public method which returns "hello" . Then i include the JavaWebServicesSupport.framework into WOFramework and axis.jar, axis-an.jar, Saaj.jar and jaxrpc.jar and i get this error when i run.
[2005-09-09 17:14:04 EST] <main> Creating LifebeatThread now with: WOWebServiceTrial 50436 AustStyle-Shravan-2.local/10.10.18.66 1085 30000 Welcome to WOWebServiceTrial ! [2005-09-09 17:14:04 EST] <main> A fatal exception occurred: null [2005-09-09 17:14:04 EST] <main> java.lang.NoClassDefFoundError at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:76) at com.webobjects.appserver.WOWebServiceRegistrar.setUpDeploymentDocument(WOWebServiceRegistrar.java:46) at com.webobjects.appserver.WOWebServiceRegistrar.<clinit>(WOWebServiceRegistrar.java:38) at Application.<init>(Application.java:17) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.Class.newInstance0(Class.java:308) at java.lang.Class.newInstance(Class.java:261) at com.webobjects.appserver.WOApplication.main(WOApplication.java:323) at Application.main(Application.java:10)
Am just clueless on this. can any one help me. It again runs fine if i comment out the registration of Web services. This is how am doing that WOWebServiceRegistrar.registerWebService("Hello", Hello.class, true);
Please help!!
Shravan |