Hello,
I am creating a server that needs to consume and response with soap XML. I currently have consuming soap xml working correctly with xmltree package but is it possible for support to be added to xmltree to generate XML from a struct? I can't use the internal encoding/xml as it requires two structs to marshal and unmarshal which is unmaintainable for my project.
Thanks in advance.
Hello, I am creating a server that needs to consume and response with soap XML. I currently have consuming soap xml working correctly with xmltree package but is it possible for support to be added to xmltree to generate XML from a struct? I can't use the internal
encoding/xml
as it requires two structs to marshal and unmarshal which is unmaintainable for my project. Thanks in advance.