This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Is webservices.xml only for JAXRPC services? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Is webservices.xml only for JAXRPC services?" Watch "Is webservices.xml only for JAXRPC services?" New topic
Author

Is webservices.xml only for JAXRPC services?

a sarkar
Greenhorn

Joined: Aug 05, 2010
Posts: 27
Hi,
I am trying to deploy a Servlet based endpoint using a webservices.xml in GlassFish 3.1.2. I thought webservices.xml file could be used to augment or override existing JAX-WS annotations. However, GlassFish throws an error:
Service TimeService seems to be a JAXRPC based web service but without the mandatory WSDL and Mapping file. Deployment cannot proceed.

Is it true that webservices.xml is only used for JAXRPC services?









Abhijit
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is webservices.xml only for JAXRPC services?
 
Similar Threads
Service with handlers on JBoss. BIG Problem
where to keep wsdl file when using webservices with EJB ?
Getting exception when trying to go to my wsdl on the server (jaxrpc)
JSE Deployment
Message Handlers and Axis