On Jul 24, 2008, at 3:12 PM, endium wrote:


I am doing some unit testing using web services. I tried following the
example web service project as a guide. I am getting:
Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR:
Problem parsing 'http://localhost:4204/ZipCodeWidget?wsdl'.:
java.net.ConnectException: Connection refused: connect

I think this is because I am specifying the wrong wsdl location. I have no idea really what to specify, from the example project it looks like the
default is the name of the webservice implementation class. That's not
working for me though.

Can you post your test case?

Also, definitely make sure you keep the "properties.setProperty("openejb.embedded.remotable", "true");" line from the example.

-David


Reply via email to