I’ve performed the tutorial…
Developing JAX-WS Web Services & Clients with MyEclipse
A tutorial showing you how to develop JAX-WS web services and web service clients using MyEclipse.
.. and successfully deployed it under MyEclipse Tomcat 6. When I try to deploy it under Glassfish 2.x, I get an error saying it can’t find the files…
wsat.wsdl
wscoor.wsdl
… in \WEB-INF\wsdl. These two files exist in…
C:\glassfish\lib\install\applications\wstx-services\WEB-INF\wsdl
… and when I move them to the WEB-INF\wsdl directory under my project, my application runs successfully, but I get so many errors on the Web Service they can’t be contained by the Console.
Has anyone successfully deployed this project under Glassfish?