users@jax-ws.java.net

Restful service example includes WSDL ??

From: <mark_at_javector.com>
Date: Wed, 04 Jan 2006 19:11:47 -0700

The JAX-WS samples/restful sample included in EA3 deployes the provider using
WSDL - i.e., the annotation:

@WebServiceProvider(wsdlLocation="WEB-INF/wsdl/AddNumbers.wsdl")

I tried to take it out, but then the WAR doesn't deploy in the autodeploy
directory. I think this is a bug - or am I missing something?

-- Mark