Hello everybody!
For a few weeks now I'm trying to deploy the HelloWorld Java web service. At least, I get the WSDL displayed now. Is there a step by step explanation for deploying Java web services somewhere?
I read the programmer's guide and the course material for training session 340.
Currently I get the following error message in Tomcat:
2012-11-22 12:45:49,973 ERROR [http-8080-Processor25] otx.LES : com.opentext.livelink.service.core.coreservices.CoreServicesFactory - Unable to find the les-services/HelloWorld service. Verify that it is correctly registered. com.opentext.ecm.services.NoSuchServiceException: No such service registered for [les-services/HelloWorld] for class = com.opentext.livelink.service.hello.IHelloWorld [{}] (javax.naming.NameNotFoundException: opentext/les-services could not be found.) at com.opentext.ecm.services.ServiceLocator.getService(ServiceLocator.java:37) at com.opentext.livelink.service.core.coreservices.CoreServicesFactory.getService(CoreServicesFactory.java:42) at com.opentext.livelink.service.core.ServiceFactory.getService(ServiceFactory.java:81) at com.opentext.livelink.service.hello.HelloWorld_JAXWS.init(HelloWorld_JAXWS.java:29) Where does the les-services come from? I did not find any occurence in the OSpaces, neither the generated Java code nor the XML files.
Additionally, I don't understand, why it is necessary to build C# code in order to deploy a Java web service.
Thank you for any hint in advance!