Re: [flexcoders] Synchronous web service calls

2008-04-30 Thread Tom Chiverton
On Tuesday 29 Apr 2008, byte.sensei wrote: > Because of the way the order is handled, it is split into multiple > (smaller) orders and then each order is submitted/saved via a web > service call. Could you wrap this complexity up in your own single server-side method ? -- Tom Chiverton Helping

RE: [flexcoders] Synchronous web service calls

2008-04-29 Thread Glenn Williams
why exactly cant you tell if all services have returned and been successful? I think synchronous is a real problem - what if the service never returns? you must have a fault/result methods of the call, you must know the number of calls per order? be interested to know more info to see if