cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

configuring api's which are not automatically configured in thingworx

RC_10864577
6-Contributor

configuring api's which are not automatically configured in thingworx

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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.  

View solution in original post

2 REPLIES 2

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

When i try to getEndpointList throwing 401 unauthorized

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.  

Top Tags