There should be some issues with your service (or the server). Are you invoking in-out operation or in-only operation ?. Because read time out indicates client can connect to the server but server does not reply, probably your service.
Thanks, Deepal > Hi , > > Sorry for the late reply. > > As I stated earlier, I invoke two dependent WSs. First has the second > one's business delegate (proxies ) to invoke the second.I have used > axiom clients here.At remote debugging I get the following error > > org.apache.axis2.AxisFault: Read timed out > at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) > at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) > at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) > at > org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:389) > at > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:222) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > at > org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:539) > at > org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520) > at samples.test.service.axiom > .WS1AXIOMClient.invoke(WS1AXIOMClient.java:68) > > In the Second WS invoke client I have set the following . > options.setTimeOutInMilliSeconds(600000). > > Your feed back highly appreciated. > > /BR > Kanchana > > On Fri, Jan 8, 2010 at 2:13 PM, Afkham Azeez <afk...@gmail.com > <mailto:afk...@gmail.com>> wrote: > > On Fri, Jan 8, 2010 at 1:44 PM, Kanchana Welagedara > <kancha...@gmail.com <mailto:kancha...@gmail.com>> wrote: > > Hi Deepal > > > > Sorry for not being very clear in previous mail.Here it is clearly. > > > > 1. Is there is a away of grouping couple of WS which serve each > other in a > > sever.xml which are deployed in two deterrent containers ? If > that is a > > single container you have the option of service group for this > correct?How > > do we do it for a remote invoke ? > > > > > Service groups cannot span across multiple Axis2 instances. I think if > you tell us more about the problem you are trying to solve rather than > explaining the solution you have in mind, we could propose a proper > solution. > > > > >>If you can please try to explain the question bit more clearly, > so do > >>you want to invoke a service (service2) from another service > (service1) > >>and send the final reply to the client ? > > > > 2. The above I have done. Also How wanted to know about the session > > management in across web servers too in such a scenario. > > > HTTP session replication should be handled at the HTTP server level > and is out of the scope of Axis2. You will need to deploy Axis2 on an > HTTP server which supports clustering. > > -- Thank you! http://blogs.deepal.org http://deepal.org