Daniel,
JAX-WS only supports putting one endpoint per WSDL file so you will need
to invoke your ANT script multiple times.
Daniel Cavalcanti wrote:
> 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.ServiceImplA and com.mycompany.ServiceImplB, how do I
> write the ANT script the generate the classes, WSDL, etc?
>
> thanks,
> Daniel Cavalcanti.