Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Backend Suitelet 1.0 API - permission issue
I have created a simple backend suitelet which makes a call to external SOAP web service to obtain data and then it returns some parts of data in response as JSON. When I am using web browser to make a GET request to this suitelet it works well. But I can not obtain data by making call within another suitelet.
I am using nlapiResolveURL function to get external url to my backend suitelet. After concatenating that url with parameter I am using nlapiRequestURL to make a GET request.
There is html document in response body and response code is 206.
This document contains following information:
1