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
Subject: [flexcoders] Synchronous web service calls OK, so I understand that Flex web service calls are asynchronous, and I understand the many cases where this makes sense since you don't have to hold up the UI experience while waiting for a web service or remote procedure to ret

[flexcoders] Synchronous web service calls

2008-04-29 Thread byte.sensei
OK, so I understand that Flex web service calls are asynchronous, and I understand the many cases where this makes sense since you don't have to hold up the UI experience while waiting for a web service or remote procedure to return a result. However, I keep running into instances where this ma