Toon Verwerft
Toon Verwerft
Hello, Thanks for reporting. I don't see any performance issues from my end at the moment on Mac. Are you using a recent version of composer? This package uses solely...
While playing around with the profiles and the newly introduced ignore setting, I noticed that when you add a mutator with "ignore" attribute that all other mutators are disabled. So...
Ah yes indeed, that looks like an uncovered case. We mapped `any` and `anyType` - but it seems to have changed to `anyXML` somewhere. We could map that type to...
The current implementation of the `generate:client` is mostly targeted to generate basic client code which can be customized afterwards. The case you mention probably won't be possible without writing some...
Great to hear @icanhazstring. I've re-ran the tests and they return as broken. Besides that, there were some unresolved code comments. Feel free to pick it up if you have...
Sadly, this xsd information is not made publicly available from within ext-soap. This means we cannot access it during the metadata generation phase and we don't know that a property...
@stiivo : you can already do that by specificying not to use type hints in the `ConstructorAssemblerOptions` or by not using the `ConstructorAssembler` altogether. The issue here is that currently...
Thanks for the feedback @rauanmayemir I've set up a proof of concept using the goetas XSD reader to fetch all the metadata information this package works with internally. It is...
@rauanmayemir I pushed it to this repo : https://github.com/veewee/vanilla-soap-driver/ At the moment, it is a bit of a mess and it also contains some other things I wanted to test....
Hello, Not sure about this either. Can you provide me the relevant PHP classes and how you are using this? I did find some issues in php-src according to xsd...