Hi,
i have the following problem: i have to call up to 10 web services, some are SOAP, others are RPC. In order to call SOAP web services i use SoapClient, to call RPC i use cUrl.
What i want is to call and process the results of all the services in parallel and then, after all the calls are completed, do a final function to work on results. It could be also good to only do the calls to the services in parallel and then to process results synchronously.
Any suggestion?
Thanks