Hi guys
Came across an issue calling webservices in code. Some we call using their fully qualified domain and some we only have an IP address.
In dev / app cente and localhost web on dev pc - works great and very fast but in cloud server, always just times out with no connection to the external service.
Is this some sort of sandboxing issue or should we be able to call webservices by IP?
i.e.
oRequest = createObject("networkrequest")
lretval = oRequest.postfile("http://222.222.222.222/webservices/webservicename.wx", "dataexport.json", "result.txt")
This one is driving us nuts !!
Edit :
Now created a subdomain and assigned it to static IP - again works perfectly in Dev, App Centre and localhost web on dev pc but not when called on Cloud Server. Other webservices call fine.
Only option is to raise a ticket now.
Thanks in advance
Simon
Bookmarks