ContentLoader LoadText failed to run
Hi,
I have a simple service in Thingworx for THING_17, the thing implements ContentLoader thing shape
"
return me.LoadText({
url: 'http://localhost:8089/',
header: '{ "Accept": "text/html" }',
timeout: 12000
});
"
and there is a local HTTP service listening at port 8089, PostMan can do a request and receive a response well, but i got an error when using LoadText service
"Unable to Invoke Service Execute on THING_17 : null
Any help would be very appreciated.
My Bests,
Hung Tran

