Closed jholtom closed 9 years ago
Jacob,
we're on the UK system (werbservices7
) and it works fine there. Could you check to see if the US version has a newer version of the API in place?
Thanks, Patrick
~ » wget https://webservices3.autotask.net/atservices/1.5/atws.wsdl
2015-07-07 07:04:31 (1.68 MB/s) - ‘atws.wsdl’ saved [122584/122584]
~ » mv atws.wsdl atws3.wsdl
~ » wget https://webservices7.autotask.net/atservices/1.5/atws.wsdl
2015-07-07 07:04:46 (303 KB/s) - ‘atws.wsdl’ saved [122584/122584]
~ » mv atws.wsdl atws7.wsdl
~ » diff atws3.wsdl atws7.wsdl
2386c2386
< <soap:address location="https://webservices3.autotask.net/ATServices/1.5/atws.asmx" />
---
> <soap:address location="https://webservices7.autotask.net/ATServices/1.5/atws.asmx" />
The two systems WSDL's appear identical beyond the difference in host. Autotask also provides no documentation saying there is a difference. A manual query of the API also returns the same error. I'll reach out to Autotask and see if they have anything to say about it.
While running the sample code, I am presented with the following error.
Cursory googling appears to say that this is an issue with the XML formatting, but as far as I can tell all of the Nokogiri XML builders spit out perfectly good requests. Thoughts?
Thanks! Jacob