Webservice throwing com.sun.xml.ws.client.ClientTransportException
843833Sep 16 2009 — edited Sep 17 2009I have a webservice which I developed from a WSDL file. I am running on myEclipse IDE. I have written a standalone client to test the webservice. When I invoke the service from the client, I am getting this exception.
com.sun.xml.ws.client.ClientTransportException:The server sent HTTP status code 400: Bad Request
I am trying to invoke the service on my local at this address. http://localhost:8080. If I try 8090 port, I get ConnectException.
Any ideas ?
Thanks in advance,
Jyothi