Skip to main content
10-Marble
March 13, 2024
Solved

configuring api's which are not automatically configured in thingworx

  • March 13, 2024
  • 1 reply
  • 971 views

Hi all, 

I configured windchill odata connector some apis are automatically showing up, but for some i tried configuring with CS284781 article, how ever it is showing error while executing getEndpointList 
Error executing service. Message ::Unable To Convert From org.mozilla.javascript.UniqueTag to JSON - See Script Error Log for more details.

 

Thanks!

Best answer by RC_10864577

i was using authentication as None, I've changed to fixed. now it is working.

Update: I was getting invalid domain while calling a rest service, we need to add base path json which we used to configure odata to relative url in configuration.  

1 reply

10-Marble
March 13, 2024

Update : I have enable AllowEndpointOverride property of integrator to true.

When i try to getEndpointList throwing 401 unauthorized

RC_1086457710-MarbleAuthorAnswer
10-Marble
March 13, 2024

i was using authentication as None, I've changed to fixed. now it is working.

Update: I was getting invalid domain while calling a rest service, we need to add base path json which we used to configure odata to relative url in configuration.