Re: Web Service WSDL Location

2008-07-25 Thread endium

Nevermind... I got it working. I could swear that I had the line 
"properties.setProperty("openejb.embedded.remotable", "true");" there at
first, and it wasn't working. So then I came to these forums and I read
someone saying that line isn't needed for web services, so I took it out.
After adding it back, it starting working. I'm not 100% sure if that was the
only fix. After adding it I was still getting the same problem, but while I
was pasting the code for my test case it just started working. Thanks.


David Blevins wrote:
> 
> 
> 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
> 
> 
> 
> 

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



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.