Thanks Willem.
Ok, that morphed the exception into:
javax.xml.ws.WebServiceException: Port {urn:srv}PfC not found.
My wsdl2java generated PfC_PfC_Client.java file records it as:
private static final QName SERVICE_NAME = new
QName("urn:srv", "PfCService");
I'm guessing I've screwed up my ori
The Service QName should be
QName SERVICE = new QName("http://impl.serbices.servlet.pfc.mmsn.net.au/
", "PfCServicesImplService");
Willem.
doug wrote:
> I get the following WSDL, but I am not sure exactly what the Service QName
> should be trying to match.
> Thanks
> Doug
>
> targetNamespace=
I get the following WSDL, but I am not sure exactly what the Service QName
should be trying to match.
Thanks
Doug
http://impl.serbices.servlet.pfc.mmsn.net.au/";>
http://192.168.98.46:8080/pfc/services/PfC?wsdl=PfC.wsdl";
namespace="urn:srv"/>
http://schemas.xmlsoap.org/soap/http"/>
Hi
It looks like the Service Name is not a right one from the exception's
message.
Please check the Service QName with the wsdl which you get from the
http://192.168.98.46:8080/pfc/services/PfC?wsdl
Willem.
doug wrote:
> Hi,
> I think I have my server set up ok because if I visit this page:
>
Hi,
I think I have my server set up ok because if I visit this page:
http://192.168.98.46:8080/pfc/services/
I get a list of the services I implemented:
{http://impl.chat.serbices.servlet.pfc.mmsn.net.au/}ChatServiceImplPort
{http://impl.rfio.serbices.servlet.pfc.mmsn.net.au/}RemoteFileImplPort