Anyone can give me some guidance on how to test a ...
# suitescript
r
Anyone can give me some guidance on how to test a webservice request (xml) in postman.. I have only used postman for API testing in NS. Is it a
GET
request to
<https://webservices.netsuite.com/wsdl/v2018_1_0/netsuite.wsdl>
and post the request XML in the body?
s
you don't need to invoke the wsdl endpoint ever, but thanks @michoel
the POST request goes to the endpoint specified in the WSDL
r
how do I figure out what the endpoint is
Ok got it from michole