phpro / soap-client

A general purpose SOAP client for PHP
MIT License
861 stars 175 forks source link

Rework code generator models for easier 3rd-party class type encoders #552

Closed veewee closed 1 month ago

veewee commented 1 month ago

Fixes https://github.com/phpro/soap-client/issues/543

@rauanmayemir This should fix the Decimal type replacement issues you encountered during code generation. Can you validate if this works for you?

rauanmayemir commented 1 month ago

@veewee this works. 👌