I am assuming you are using JBoss 4.2.2 or atleast JBossWS 2.0.1. If that is true you can
set the context root using the following annotation:
import org.jboss.wsf.spi.annotation.WebContext;
.....
@WebContext(contextRoot="/YourContextRoot")
The WebContext class is in the jbossws-spi.jar in the client folder of your jboss 4.2.2
installation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136442#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...