PackageBase
PackageBase copied to clipboard
can supported multi request same time
is there's support multi request same time with out waiting each others
Not natively, no.
As a reminder, this package is not intended to be used alone but from the generated classes by the PackageGenerator project.
In such case, you have to extend the AbstractSoapClientBase class in order to use your own SoapClient class:
- use the soapclient option, such as in the PackageEws365 project
- use your own SoapClient that must extends the native PHP SoapClient class, for example ParallelSoapClient