Netsuite API Error – This document you requested has moved temporarily
2014, Nov 28
Immediately after downloading the latest WSDL, I started getting an error back from the login method. “This document you requested has moved temporarily”, the url is the one from the Netsuite Platform Guide : https://webservices.netsuite.com/wsdl/v2014_2_0/netsuite.wsdl
As per the error, the default URL was indeed wrong. However the URL it suggests in the error message is
https://webservices.na1.netsuite.com/dcrf.nl?k=58baee60ac4e3c16a1765edcb0b3a51e8c6d4b154b13db1f603dd219435cc15d&dcrdt=%2Fservices
Which doesn’t work either.
The actual URL that you’ll want to use is
https://webservices.na1.netsuite.com/services/NetSuitePort_2014_2
For more about Netsuites Suitetalk API see http://gbyers.byers.me/?p=401