I have a large web application running on Tomcat 6.0.18 and I have just
added a JAX-WS component to the project. The deployment looks to work
fine as Tomcat startup says it is generating wrappers for all the web
methods I've written:
Oct 16, 2009 4:06:46 PM com.sun.xml.ws.model.WrapperBeanGenerator
createBeanImage
INFO:
@XmlRootElement(name=getBuildingSizeTypesResponse,
namespace=
http://eetd.lbl.gov/)
@XmlType(name=getBuildingSizeTypesResponse, namespace=
http://eetd.lbl.gov/)
public class gov.lbl.eetd.jaxws.GetBuildingSizeTypesResponse {
@XmlRootElement(name=return, namespace=)
public Ljava/lang/String; _return
}
and a browser page shows up when I ask Netbeans (6.7.1) to "Test Web
Service", so it looks like things are deployed correctly. However, I
cannot get the test page to come up when I append '?Tester' to the end
of the url. It looks to just reload the same page. I can get the WSDL to
display by using "?wsdl" so there is something listening in the server.
The URL I'm using is what the deployment tells me about: (where
EnergyIQ_WS is the name of the Web service)
http://localhost:8084/EnergyIQ/EnergyIQ_WSThe Tomcat log does not show any errors. Are things getting gummed up
because of the rest of the application is there?
--
* Martin C. Stoufer *
* ISS/IT *
* Lawrence Berkeley National Lab *
* 510-486-5306 *
* MS 69-211 *