I have a web service deployed to GlassFish server, then I generate a web service client in a different machine and write a client to
test this web service out. However, when I called web service, there is the following exception occuring --
Exception in
thread "main" com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 503: Service Unavailable
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.checkStatusCode(HttpTransportPipe.java:196)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:168)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.jav
Could someone point out where it is going wrong?
Thanks,