Closed jjdarias closed 8 years ago
Hi @jjdarias, thanks for posting here!
I want to use this library with multiple clients calling the same webservice. How can I put all the requests from different users to the same $factory ?
I'm not sure I follow what you're trying to do.
It appears you may be talking about multiple http requests? In this case, you'd have to use react/http to build a HTTP server and handle each request by invoking methods on the same SoapClient
instance.
I hope this helps :+1:
Hi all, I´m new with React PHP, I want to use this library with multiple clients calling the same webservice. How can I put all the requests from different users to the same $factory ? Thanks for your recomendations.