REST services is not working in Local system , but works in Mendix cloud

0
Hi All,     I m trying to use the REST Services even after giving the JVM parameters the rest service call fails in Business Modeller . The same works in SOAP UI with the same proxy.    I wanted to know is there any other place where we enter the Proxy?   Thanks, Swathi S
asked
1 answers
0

Swathi without  knowing details about your configurations, infrastructure and way of testing is hard to give an answer. I suppose that you change your REST configuration from cloud to a local destination. Furthermore is the main difference that the local solutions use local incoming traffic. Now it is possible that a firewall or security program blocks this local traffic. You could check the logs for this. And perhaps you can use curl for testing the REST connectivity.

answered