Bas de Mes

Results 8 comments of Bas de Mes

@frankdejonge I think you want to check the existing directory does not call createDir too. (that's why I editted this one) I've also added one to check the createDIr is...

@frankdejonge It is some time ago, but maybe you can check this again?

> I think calling parent macros are unexpected here. The doc says that you need to import them explicitly to be able to use them. That is true for included...

Although it is intended to be a text, you could create a EventListener (or subscriber), like the one below: ```php use JMS\Serializer\EventDispatcher\EventDispatcher; use JMS\Serializer\EventDispatcher\PreDeserializeEvent; use JMS\Serializer\SerializerBuilder; $serializer = SerializerBuilder::create() ->configureListeners(...

@ElectricMaxxx I had some issues (de)serializing soap requests too. I've created a SoapSerializer for this: [dmt-software/jms-soap-serializer](https://github.com/dmt-software/jms-soap-serializer). Maybe it can help your soap implementation(s) too?

@victorgp89 maybe [dmt-software/jms-soap-serializer](https://github.com/dmt-software/jms-soap-serializer) can help you with this problem. It throws an exception with the desired information, like a SoapFault would. Or you can check the code to help you...

If this is a BC break I would suggest to make this function no longer static. It is not used that way.