I've created Rest Web Service to get data from external api. Tried different combination of communication scenario/arrangement but failed.


The api that I use requires no authentication/certification. It just returns simple Json data.
There is an old post that byDesign does not support http request. But I was able to use Rest service with http url before.

And this is communication arrangement when I click the check connection button it fails again;
Also looked for (KBA: 2926863) error but I don't think it's related with my situation.