Kevin Long
Kevin Long
I was getting garbage when I did a small test. The documentation for this framework is somewhat lacking and a lot of the issues have no response from the developer....
I'm also running into this issue...any suggestions for how to resolve this, without having to manually handle this?
I can't provide the xsd as it's not public, but looks like @holtkamp provided a sample. I am using your fork of the jms serializer.
By commenting out the `xml-element:namespace`, things begin to work, but this seems to have an adverse effect on nested children elements. I receive a PHP warning stating `Node no longer...
So I'm having some issues with nested namespaces as well. The deserializer seems to be fine with an element like this: ``` xml ... ... ... ``` but chokes on...
Was hoping I was doing something wrong there, but I definitely am seeding the serializer correctly. ``` php $serializerBuilder = SerializerBuilder::create(); $serializerBuilder->addMetadataDir('src/jms/path1','Path1'); $serializerBuilder->addMetadataDir('src/jms/path1','Path1\sub-path2'); $serializerBuilder->addMetadataDir('src/jms/path2/sub-path1','Path2\sub-path1'); $serializerBuilder->addMetadataDir('src/jms/path2/sub-path2','Path2\sub-path2'); $serializerBuilder->addMetadataDir('src/jms/path2/sub-path3','Path2\sub-path3'); $serializerBuilder->addMetadataDir('src/jms/path3/sub-path1','Path3\sub-path1'); ``` I was...
@holtkamp - maybe I am confused. where are you removing the: ``` yaml xml_element: namespace: 'http://www.idealdesk.com/ideal/messages/mer-acq/3.3.1' ``` from in the yaml files?
So...I looked again and figured out where you are doing that. It would seem that the fix includes not having `xml_element:namespace` in the yaml file if the element's namespace is...
@awalias - There still seems to be a mismatch here that I'm trying to work through. My account is set-up to require email confirmations. - If I try to `signUp`...
@beeme1mr / @toddbaert - I'm happy to take this issue on as my first issue. I can target a few weeks to have a PR opened for folks to take...