Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Webservice throwing com.sun.xml.ws.client.ClientTransportException

843833Sep 16 2009 — edited Sep 17 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2009
Added on Sep 16 2009
1 comment
1,077 views