Reputation: 165
I am trying to connect to Netsuite Via Webservices, using Oauth utilizing Soap Webservices:
Tool i am using is asking for following three piece of info: Authorization Endpoint URL: Token Endpoint URL: Web Service URL:
Where can i find following info:
Thank You
Upvotes: 0
Views: 1786
Reputation: 5443
The web service URL is:
https://webservices.netsuite.com/services/NetSuitePort_2016_1
The WSDL URL is:
https://webservices.netsuite.com/wsdl/v2016_1_0/netsuite.wsdl
If you follow the link below, there are sample applications that use Apache Axis to invoke their APIs via SOAP.
References:
http://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml
Upvotes: 1