phpro / soap-client

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

Normalize unsignedint #503

Closed RosskoDCA closed 8 months ago

RosskoDCA commented 8 months ago

UnsignedInt type is generated as custom type and later it fails when trying assign integer value to object. The unsignedInt is native soap type which means there is not type definition in WSDL.

For now the best solution is map this value to float.

If you have a better idea, feel free to suggest it, I'll try my best to implement it.

RosskoDCA commented 8 months ago

unfortunatelly, my bad, this will not work as i expected :)

veewee commented 8 months ago

Feel free to open up an issue with some more detailed information instead if this is still a problem.