4 Replies Latest reply on Jun 18, 2007 5:13 PM by thomas.diesler

    How is the service URL constructed

    rphadnis

      I am trying to find out how the service URL is constructed. I have a stateless session bean that is implementing a web service. The stateless session bean is packaged in an EAR file.

      The name of the service implementation class is SiteRegistrationServiceImpl.class. The URL for the resulting webservice is

      http://127.0.0.1:8080/SiteRegistrationServiceImplService/SiteRegistrationServiceImpl?wsdl

      I am using Jboss 4.2.0 GA.

      I would like the URL of the Service to be
      "http://127.0.0.1:8080/SiteRegistration/SiteRegistrationService?wsdl"

      Is there a way to specify this?

      -Rahul