Skip to main content
1-Visitor
May 18, 2018
Solved

trial version and webservice

  • May 18, 2018
  • 1 reply
  • 3392 views

Hi Alll,

 

I'm using the 30 days thingworx composer and tried to ping my twx server from my API machine, and didnt work out.

Also, I tried to do an API call from twx server to my API and it seems that they dont see each other.

My doubt is: the twx server from trial version cant see distant IPs, right?
(Unless you have the license, I think...).

Any tips?

Thanks,
Saito.

Best answer by Rick-Stanley

Pings into trial servers are probably ignored, try using the wget command to your trial instance to test if you get a response.

 

The trial servers are not limited in their ability to reach any service available on the internet. Are you using a port or protocol other than 80/443 http/https? 

 

1 reply

5-Regular Member
May 18, 2018

Pings into trial servers are probably ignored, try using the wget command to your trial instance to test if you get a response.

 

The trial servers are not limited in their ability to reach any service available on the internet. Are you using a port or protocol other than 80/443 http/https? 

 

1-Visitor
May 18, 2018

Thanks for the wget hint.
They see each other!

But still, my twx server cant reach my API server trought LoadFunctionsContent...somehow.

I'm using the "conventional" one, port 80 and protocol http.

5-Regular Member
May 18, 2018

Can you give more details? What JS code are you using to reach your API server? How are you triggering that code? Can you reach your API server with a browser?