goetas-webservices / soap-client

PHP implementation of SOAP 1.1 and 1.2 client specifications
MIT License
175 stars 28 forks source link

Add support for jms/serializer 2.x/3.x #53

Closed Toilal closed 4 years ago

Toilal commented 4 years ago

I need to use some reflection to grab MetadataFactory from Serializer instance. I'm not sure it's the best way to do it, but can't find another way around without breaking everything.

Same for getValue/setValue with have been removed from PropertyMetadata, maybe there's something available in the dependencies to do that.

Note that unit tests have been checked on 1.x, 2.x and 3.x.

goetas commented 4 years ago

Thanks, I think that reflection is acceptable for now