[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-18 Thread [EMAIL PROTECTED]
As of jbossws-2.0.0 this is described here http://jbws.dyndns.org/mediawiki/index.php/JBossWS_FAQs#How_do_I_know_what_endpoint_address_is_being_used.3F View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055406#4055406 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-08 Thread jopere
Sorry, forget all I said in my first post. To set the context root include jboss.xml in your jar file with the following inside it: http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> The alias portion should be the name of the endpoint class. So if your endpoint class is name

[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-08 Thread rphadnis
I am not seeing that. The name of the ejb jar file is "sitereg-ejb-1.0-SNAPSHOT.jar" and the name of ear file is "SiteRegistrationService-1.0-SNAPSHOT.ear". Also I am using JAX-WS and EJB3. So I don't have ejb-jar.xml and webservices.xml. View the original post : http://www.jboss.com/index.

[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-08 Thread jopere
In general, the context-root of the web service will be the name of the jar file the stateless bean is deployed in. So change the name of the jar file and the context-root of the web service is changed accordingly. in general, the alias portion is determined by the name of the ejb in the ejb-j