https://netsuiteprofessionals.com logo
Title
r

reza.seedin

02/13/2019, 12:33 AM
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

stalbert

02/13/2019, 12:34 AM
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

reza.seedin

02/13/2019, 12:36 AM
how do I figure out what the endpoint is
Ok got it from michole