Re: Client can't receive the message due to read timed out

2007-10-27 Thread Willem2
Yes , You can specify which client's connection time out parameter that you want to overwrite by using the Service's Port Name. And please make sure you do not use the wild card in the http-conf:[EMAIL PROTECTED] attribute. You can refer this[1] for more information.

Re: Client can't receive the message due to read timed out

2007-10-26 Thread MtnAlps
Hi Willem, If a client needs to connect to two web services, how to set the connection time out paramters for the client to connect to the two web services? In the client configuration file, the attribute of name in the second http-conf:conduit name= ... element overwrites the first one. Is it

Re: Client can't receive the message due to read timed out

2007-10-24 Thread MtnAlps
Hi Willem, Thank you so much for the info!!! The issue is fixed. We just migrated from XFire 1.2.6 to CXF 2.0.2. A lot of issues we had with XFire 1.2.6 are gone. Thanks! -Miknsheng Willem2 wrote: Hi , FYI, you can find the how to set the timeout parameters here [1] [1]

Client can't receive the message due to read timed out

2007-10-21 Thread Shen, Minsheng (MinSheng)
Hi All, I am new to this mail list. I am developing a web service using CXF 2.0.2. Everything is tested and works fine on the service side. I used wsdl2java to create a client. When I invoke the client, I got Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Could

Re: Client can't receive the message due to read timed out

2007-10-21 Thread Glen Mazza
I'm not sure how to adjust the timeout parameters--someone else can perhaps respond to that issue. But how long should it take your server to respond? Can you greatly simplify your server so it responds immediately (basically just mock it out so it immediately returns something), to confirm that

Re: Client can't receive the message due to read timed out

2007-10-21 Thread Willem Jiang
Hi , FYI, you can find the how to set the timeout parameters here [1] [1] http://cwiki.apache.org/CXF20DOC/client-http-transport.html Willem. Glen Mazza wrote: I'm not sure how to adjust the timeout parameters--someone else can perhaps respond to that issue. But how long should it take your