If you are using an annotated EJB with a separate SEI interface defined the 
endpoint name will be the value of the name parameter in the @WebService
annotation on this interface.
The service name will be the value of the serviceName parameter on the
@WebService annotation on the bean itself. The URL to the wsdl description
will then be:
http://<host>:<port>/<seviceName>/<endpointName>?wsdl


--
View this message in context: 
http://apache-geronimo.328035.n3.nabble.com/Is-there-a-place-from-where-I-can-see-the-deployed-web-services-tp2882925p2897697.html
Sent from the Users mailing list archive at Nabble.com.

Reply via email to