Hi all, It's my first time trying to use SOAP to c...
# integrations
b
Hi all, It's my first time trying to use SOAP to connect to my sandbox account using Postman and I can authenticate fine using Oauth1.0, but can't seem to get past this error:
Copy code
Incorrect data center requested! The data center you are requesting is not the data center where your account is hosted. To obtain the correct URL for your request, please use the SOAP getDataCenterUrls operation.
I'm using the URL from the company info though, appending '/services/NetSuitePort_2025_1/':
https://{accountid}-<http://sb1.suitetalk.api.netsuite.com/services/NetSuitePort_2025_1/|sb1.suitetalk.api.netsuite.com/services/NetSuitePort_2025_1/>
Any idea what I'm doing wrong here?