Hello Fellow Axisers,
 
I would love if somebody could give me heads up as to what I'm doing wrong here. I get the following errors when I run my client:
 
javax.xml.rpc.ServiceException: Error processing WSDL document:
java.net.ConnectException: Connection refused: connect
 
This is how I initialize the properly deployed service:
 
ServiceFactory sf = ServiceFactory.newInstance();
            URL u = new URL(router + "/" + service);
            String url=""http://localhost:8080/axis/services/adminHandlerServicePort">http://localhost:8080/axis/services/adminHandlerServicePort";
            QName serviceName = new QName(url,"adminHandlerService");
            Service s = sf.createService(u,serviceName);
 
Any ideas? Please help!
 
James Crosson

Reply via email to