I am using Sun's JWSDP 1.3 and a top-down approach (starting from the
WSDL) to building a Web service. My Web service WAR deploys onto
Tomcat just fine if I use the Tomcat GUI to deploy it but not if I
use "ant deploy."
Finally, when I run the client, I get the following exception:
[java] java.rmi.ServerException: JAXRPC.JAXRPCSERVLET.28: Missing
port information
[java] at com.sun.xml.rpc.client.StreamingSender._raiseFault
(StreamingSender.java:372)
[java] at com.sun.xml.rpc.client.StreamingSender._send
(StreamingSender.java:224)
[java] at com.kronos.wfc.ws.WFCWebServices_PortType_Stub.execute
(WFCWebServices_PortType_Stub.java:65)
[java] at com.kronos.wfc.ws.WFCWebServicesClient.main
(WFCWebServicesClient.java:92)
[java] Exception in thread "main"
[java] Java Result: 1
Any help in resolving would be much appreciated.