RappidDevelopment / quickbooks-js

A SOAP service implemented in Node.js that communicates with QuickBook's Web Connector
MIT License
40 stars 40 forks source link

Invalid qbXML #10

Closed MattMorgis closed 7 years ago

MattMorgis commented 7 years ago

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.

MattMorgis commented 7 years ago

As part of #17 and commit 200bba8, I removed the xmlbuilder module and replaced it with data2xml.