I have the same problem (JB AS 4.2.2). JBossWS 3.0.5 is not deployed to the 
server.

My web service class has:
// start
@Name("myWS")
@Stateless()
@WebContext(virtualHosts = {"my.virtual.host"}, contextRoot = "/services"
@WebService(name="myWS", serviceName="myWS")
public class MyWSBean {}
// end

accessing http://my.virtual.host/services/MyWSBean?wsdl fails, while 
http://localhost:8080/services/MyWSBean?wsdl works.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267268#4267268

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267268
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to