UnknownHostException: my.service

2009-01-12 Thread Alexey Zavizionov
Hello list, I have deployed two web services with CXF, and I have with one of them an exception Jan 12, 2009 1:14:54 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Could not send Message.

Re: UnknownHostException: my.service

2009-01-12 Thread Andrew Clegg
Try grepping your codebase for the string my.service and seeing where it appears? Sounds like you have this string somewhere in place of a real hostname. Andrew. 2009/1/12 Alexey Zavizionov alexey.zavizio...@gmail.com: Hello list, I have deployed two web services with CXF, and I have with

Re: UnknownHostException: my.service

2009-01-12 Thread Alexey Zavizionov
Yes, I have the string my.service within my wsdl file for generating source of client and server side. But, when I triggering the ?wsdl url for a service there is no my.service. On Mon, Jan 12, 2009 at 6:35 PM, Andrew Clegg and...@nervechannel.com wrote: Try grepping your codebase for the

Re: UnknownHostException: my.service

2009-01-12 Thread Alexey Zavizionov
After I have debugged I found that for second service I have incorrect url result = http://my.service:8082/WSRPService; HTTPConduit.setupURL(Message) line: 677 HTTPConduit.prepare(Message) line: 473 MessageSenderInterceptor.handleMessage(Message) line: 46

Re: UnknownHostException: my.service

2009-01-12 Thread Alexey Zavizionov
On Mon, Jan 12, 2009 at 7:13 PM, Andrew Clegg and...@nervechannel.com wrote: 2009/1/12 Alexey Zavizionov alexey.zavizio...@gmail.com: Yes, I have the string my.service within my wsdl file for generating source of client and server side. But, when I triggering the ?wsdl url for a service there

Re: UnknownHostException: my.service

2009-01-12 Thread Andrew Clegg
2009/1/12 Alexey Zavizionov alexey.zavizio...@gmail.com: Try generating client code but using the WSDL served dynamically from the server. (i.e. provide the URL rather than a path on your local filesystem.) I cannot do this. I have no server with this service. I have to develop server and

Re: UnknownHostException: my.service

2009-01-12 Thread Daniel Kulp
On Monday 12 January 2009 12:36:34 pm Alexey Zavizionov wrote: On Mon, Jan 12, 2009 at 7:13 PM, Andrew Clegg and...@nervechannel.com But if you generated the client code from the WSDL loaded from the filesystem, it takes the location attribute literally. Obviously, it can't know where