WsdlToPhp / PackageBase

Contains base classes from which the generated classes from PackageGenerator inherit
MIT License
24 stars 26 forks source link

can supported multi request same time #36

Open baaslaawe opened 3 years ago

baaslaawe commented 3 years ago

is there's support multi request same time with out waiting each others

mikaelcom commented 3 years ago

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: