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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052301#4052301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052301 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
