Page 1 of 1

Webservices not working in production

PostPosted: Mon Dec 09, 2019 11:39 am
by jasantana
Good morning.

We have a Service type solution to serve rest requests which works perfectly when running on the Servoy Developer.

We have put it in production and we have seen that no matter what type of call we make (POST, PUT, GET) it always fires the ws_read function of the form. Even worse, the arguments are always undefined.

Just in case it could be important, we are creating a war file from a solution that contains multiple solutions. Some of them are NGClients and it also contains the Service solution we are having the problems with.

Any clues of what we could be missing or doing wrong?

Thanks in advance

Re: Webservices not working in production

PostPosted: Fri Dec 27, 2019 10:46 am
by rgansevles
Juan,

Is there a reverse proxy used for the production env?
Maybe something is changing the POST to GET.

Rob