Closed tacshooter closed 8 years ago
Same error here as with #18. Try ordering your properties to match the order in the api reference. This is an error coming from something in the WSDL library I think. Since property order is not significant in JS (and a pain to get right) I think the long term fix for this would be not have a mechanism (in either node-google-dfp
or node-google-dfp-wrapper
) that the input object to another object with the properties in the correct order.
Same as #18 - thanks again!
My createOrders call works flawlessly whenever I pass my object without the externalOrderId, like:
However, I get a soap error when I pass the externalOrderId, like:
The error is below and I sure would appreciate any help you could give. I've tried using v201505, v201511 and v201602.
Also, what would be the best way to log the soap requests as they're sent? I'd like to get a look at them going out to figure out what's going wrong...
Thanks a ton man, Ferg