Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I am using the Ydk-gen's XmlSubtreeCodec Api's. I am able to generate Ydk-gen C++ Object from Xml data using decode API.Now I want to convert Ydk-gen C++ Object to Xml string using encode(). Somehow I am unable to do that, as from the documentati...
Hi Yan,Below is the attached test code which I am trying for encode.Here I have generated bundle for my own yang files and am passing xml string as an argument to decode and then the decoded object to encode(only for functionality test purpose).#incl...
Hi Yangorelik,Thanks for the inputs. They were really helpful for me to proceed.However on using the similar schema I am facing below errors.terminate called after throwing an instance of 'ydk::YIllegalStateError'what(): YIllegalStateError: Could not...