Hello,
I use NetBeans and read the article "Building JAX-WS 2.0 Services with
NetBeans" which describes how to create a web service project based on
JAX-WS.
The ANT script assumes that there is only one web service class, i.e.
my.sample.server.ServiceImpl, but what I wanted to ask is the following:
If I have more than one web service class, e.g. com.mycompany.ServiceImplAand
com.mycompany.ServiceImplB, how do I write the ANT script the generate the
classes, WSDL, etc?
thanks,
Daniel Cavalcanti.