WsdlToPhp / PackageBase

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

overriding default client #41

Open greggreenhaw opened 2 years ago

greggreenhaw commented 2 years ago

What is the correct way to overwrite the default soap client?

Also please convert self:: references to static:: references so they because instance away. self:: doesn't now recognize any constant overwriting.

mikaelcom commented 2 years ago

The project is to used from a generated package using the PackageGenerator project. Please read the SoapClient option from the PackageGenerator project, you can find sample from the PackageEws365 project too from the WsdlToPhp organization.