This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: URL mapping of Webservicethomas.diesler May 22, 2006 8:08 AM (in response to taprogge)If it is a JSE endpoint you can define the /context-root in jboss-web.xml and the url-mapping in web.xml 
 If it is an EJB endpoint have a look at @PortComponent
 http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/annotation/PortComponent.java?r=377
- 
        2. Re: URL mapping of Webservicetaprogge May 22, 2006 9:48 AM (in response to taprogge)Hi! 
 > If it is an EJB endpoint have a look at @PortComponent
 Yes, that seems to be what I was looking for.
 Thanks for your help.
 Phil
 
    