Re: [Axis2] Custom name for annotated classes

2009-01-12 Thread SPARAGA
" To axis-user@ws.apache.org cc Subject [Axis2] Custom name for annotated classes Hello everybody I'm trying to use JAX-WS (annotated classes) on top of Axis2. Although I've managed to deploy a POJO as a WS correctly, Axis2 names the using both the service name (SayHiWS) and the port

[Axis2] Custom name for annotated classes

2009-01-12 Thread VĂ­ctor Downs
Hello everybody I'm trying to use JAX-WS (annotated classes) on top of Axis2. Although I've managed to deploy a POJO as a WS correctly, Axis2 names the using both the service name (SayHiWS) and the port (SayHi), like this: > [INFO] Deploying JAXWS annotated class com.test.SayHiWS as a service -