Hi, I am new to Apache Synapse, and I am having some difficulting in telling synapse that I need to set the timeout for a response from one of my web services to be more than the default of 60 seconds. One of my web services can take a couple of minutes before it returns a response. I have tried adding an <endpoint> element to my synapse.xml file, but this had no effect (see below). How can I configure this?
<definitions xmlns="http://ws.apache.org/ns/synapse"> <endpoint name="TestService1"> <address uri="http://localhost:9000/axis2/services/TestService1"> <timeout> <duration>100000</duration> <action>fault</action> </timeout> </address> </endpoint> </definitions> ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
