nmt999 wrote: > > I'm trying to set the setReceiveTimeout for my client. below is the code. > when i call the method using the service created, I was expecting a > message that would convey the msg that request timed out. however i get > the error msg org.apache.cxf.interceptor.Fault: Read timed out error >
Instead of a SOAP response indicating a timeout, have you considered creating an asynchronous SOAP client? They're not that difficult to create and are available in multiple flavors--check the first paragraph here for more info: http://www.jroller.com/gmazza/entry/creating_service_side_asynchronous_web Glen -- View this message in context: http://www.nabble.com/client-receive-timeout-gives-org.apache.cxf.interceptor.Fault%3A-Read-timed-out-error-tp18739016p18742871.html Sent from the cxf-user mailing list archive at Nabble.com.
