views:

115

answers:

0

I am working on a Flex application that uses ActionScript to make web service calls to SAP. I have generated ActionScript proxy classes, and have event listeners waiting for the service to return a result. This works fine when I call only one webservice. However, when two webservices are called, one of them either does not return any results, or all the returned values are null.

Again, this only happens when more than one service is called at the same time. I am following this example:

Any ideas why the second webservice call does not work?