Asmir Mustafic
Asmir Mustafic
`getElements()` Should return the elements in the same order as in the XSD, does it help? But in general, XSD is a type system much more powerful than PHP, so...
I guess so... but this kind of edge cases are not handled already..
How `skip_when_empty` is related to `$element->setMin(0)` ? TBH i forgot where it was set, however OTA was one of the main usecases i had when developing this library, thus most...
Hi, sorry it it took me a while to reply. I would be happy to improve its code but currently my time for that project is pretty limited and lately...
This webservice client is generated using https://github.com/goetas-webservices/soap-client For users that need a more "granular" control over the container, endpoints, namespacing, dev mode, and many other things, https://github.com/goetas-webservices/soap-client should be a...
> So you should at least have a stricter dependency here, based on the version being used for generation, or change the way you distribute this library to avoid sharing...
The idea situation in my mind was that for small projects this could be good enough, while for come complex stuff people will use `goetas-webservices/soap-client`... Am I too optimistic?
https://www.w3.org/TR/xhtml-modularization/SCHEMA/xhtm%20l-%20datatypes-1.xsd gives 404 not found Looks that your projects references it somewhere
> Fixed it with a comment on https://secure.php.net/manual/de/domdocument.load.php#91384 by adding: i see, interesting
100% good idea. I was not aware of this issue