hoping someone may be able to help us get over a configuration issue we are having with getting Metro (JAX-WS) web services running correctly on our Weblogic 10.0 application server.
Setup at the moment, a maven project in Eclipse and following the example provided @ http://www.javacodegeeks.com/2010/11/jaxws-with-spring-and-maven-tutorial.html
We also looked at Glen Mazza work http://www.java.net/external?url=http://www.jroller.com/gmazza/entry/deploying_metro_and_cxf_based
but all efforts so far have not worked.
I'm hoping someone may be able to provide us with a basic hello world maven project example of metro running on weblogic.
If its something you can help with, in the webapp project, our files are "GreetingService" and "GreetingServiceEndpoint" as provided in the example with the same src\main\webapp\WEB-INF\web.xml and applicationContext.xml
We have tried to define sun-jaxws.xml but continues not to work.
Also defined in the EJB project is a src\main\application\META-INF\weblogic-application.xml
Deployment is successful but getting the following error when I attempt to start the application "class: com.hp.kcs.webservices.jaxwsspring.endpoints.jaxws.SayHello could not be found "
Thanks for your help..