Depending on the environment, the qbXML examples that were hard-coded into the original project come back as invalid syntax. When I replaced the example qbXML with my own and ran it on macOS, it worked correctly. However, on an Ubuntu server, the xmlBuilder module was returning invalid xml.
When I hard-coded my own xml String, this worked across all environments.
Depending on the environment, the qbXML examples that were hard-coded into the original project come back as invalid syntax. When I replaced the example qbXML with my own and ran it on macOS, it worked correctly. However, on an Ubuntu server, the
xmlBuilder
module was returning invalid xml.When I hard-coded my own xml String, this worked across all environments.