So this is probably a really stupid question howev...
# suitetalkapi
d
So this is probably a really stupid question however. When I try to access through browser or program I get a "Page Not Found" response from what I believe is my SuiteTalk URL Endpoint https://<myaccount>.suitetalk.api.netsuite.com/
b
your suitetalk adventure should start at: https://<12345678>.suitetalk.api.netsuite.com/wsdl/v2019_1_0/netsuite.wsdl
d
@battk yeah I tried that, however, the url I am actually sending requests to I get from the API call of getDataCenterUrls
and it gives me this URL
https://<12345678>.suitetalk.api.netsuite.com
and when I attempt to send a login request to that URL or just even access it from a browser I receive a page not found.
My guess is I am missing something to append to the end of that URL
b
getDataCetnerUrls should return the domain of your soap server
the wsdl will tell you how to structure requests
and what path you should post to
in general, that should be /services/NetSuitePort_2019_1
so, post things to: https://<accountid>.suitetalk.api.netsuite.com/services/NetSuitePort_2019_1
d
Sorry I thought I had posted that I sorted this
good news is I think I might have the Python NetSuite library up to date and using OAuth now.....