Posts by James • 101 points
1 post
-
0
votes0
answers607
viewsQ: Consume multiple Webservices with PHP at the same time (SOAP and REST)
Basically, I need to consume several Web Services and then merge the results. I was using Curl with PHP to make the requests, but as the number of Web Services increased, my service became slower,…