per default the url is http://localhost:8080/jbossws/
after deploying the war-file you should see something like this in the log-file (<JBOSS_HOME>/server/default/log/server.log) and/or on the console: | 8:58,078 INFO [org.jboss.ws.core.server.ServiceEndpointManager] WebService started: http://127.0.0.1:8080/test | then you can see the wsdl of your webservice at http://127.0.0.1:8080/test?WSDL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096518#4096518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096518 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
