Hi Tooba,
This is a server side issue. Please make sure your server works correctly and you use the needed parameters.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Tooba,
This is a server side issue. Please make sure your server works correctly and you use the needed parameters.
Thanks Katya,
You are right issue is with my server code.
Ok now I want to send some data from my appery database to server using this rest service.
Which steps I have to do for that please guide me?
Like I have a collections name PropertyImages having a Image_name and image fields and I want to map this to my rest service and then send it to my server.
I will appreciate your help.
Thanks
Hello Tooba,
There are many ways to pass data to your external server: http://devcenter.appery.io/documentat...
For example, you can use only one request parameter and write in it rows from your database like json
Hi Evgene,
Thanks for your reply.
Can you please give me some code on how to pass DB rows to service parameter using json?
I have checked the rest service document but did not find any method there.