Re: Web Service WSDL Location

2008-07-25 Thread David Blevins


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




Web Service WSDL Location

2008-07-24 Thread endium

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.


-- 
View this message in context: 
http://www.nabble.com/Web-Service-WSDL-Location-tp18641626p18641626.html
Sent from the OpenEJB User mailing list archive at Nabble.com.