Hi,
I am using jboss-4.2.2 and EJB 3.0 SLSB to generate a webservice. I've defined a
@WebContext for the webservice like:
| @WebContext (contextRoot = "/myweb",
urlPattern="/myweb-service/WebDelegateEndPoint")
|
Notice that "myweb" is common in contextRoot and urlPattern attributes. When
jbossws generates the webservice, it generates the URL for the webservice as:
http://localhost:8080/myweb/-service/WebDelegateEndPoint?wsdl
Notice the missing "myweb" in the url pattern.
I am expecting it to generate:
http://localhost:8080/myweb/myweb-service/WebDelegateEndPoint?wsdl
Is it a bug or am i doing anything wrong? Any idea?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...