[jboss-user] [JBossWS] - How is the service URL constructed
rphadnis
do-not-reply at jboss.com
Thu Jun 7 16:49:38 EDT 2007
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
More information about the jboss-user
mailing list