I am using the following annotations; @WebService(serviceName="WebServiceExample", name="Echo") @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) @Stateless(name = "Echo")
This means that the WSDL file should be located at the following url right; http://localhost:8080/WebServiceExample/Echo?wsdl However when I enter the address above I get an HTTP Status 404 - /WebServiceExample/Echo I can't figure out what is wrong! As much as I know I should not need to define any XML files since the annotations should take care of this. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Is-there-a-place-from-where-I-can-see-the-deployed-web-services-tp2882925p2900411.html Sent from the Users mailing list archive at Nabble.com.
