How do I find the NetSuite WSDL URL in my NetSuite...
# ask-stanley-ai
c
How do I find the NetSuite WSDL URL in my NetSuite account?
c
AI generated answer (using internal Slack threads):
To find the NetSuite WSDL URL in your NetSuite account, you can follow these steps: 1. Log in to your NetSuite account. 2. Navigate to Setup > Company > Company Information. 3. In the Company Information page, go to the 'Company URLs' tab. 4. Here, you will find the account-specific domain that you should use for your SOAP requests. The WSDL URL will be in the following format:
https://<YourAccountID>.<http://suitetalk.api.netsuite.com/wsdl/v<version_number>/netsuite.wsdl|suitetalk.api.netsuite.com/wsdl/v<version_number>/netsuite.wsdl>
For example, if your account ID is '123456' and you are using version '2019_1', the WSDL URL would be:
<https://123456.suitetalk.api.netsuite.com/wsdl/v2019_1/netsuite.wsdl>
Please note that the WSDL contains a generic port that you should change to your account-specific one. For example, don't post to
<https://webservices.netsuite.com/services/NetSuitePort_2019_1>
. Do post to
https://<YourAccountID>.<http://suitetalk.api.netsuite.com/services/NetSuitePort_2019_1|suitetalk.api.netsuite.com/services/NetSuitePort_2019_1>
****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.850280821
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.843139648
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83972168
Please provide your feedback on this answer.