Page 4 of 5

Trouble getting Update Rest Service to work

Posted: Fri Jul 26, 2013 6:22 pm
by ssquire

Can you define the datasource name? Do you mean the database name?


Trouble getting Update Rest Service to work

Posted: Fri Jul 26, 2013 6:30 pm
by Maryna Brodina

Take a look at the screenshot
Image


Trouble getting Update Rest Service to work

Posted: Fri Jul 26, 2013 7:21 pm
by ssquire

My bad! I didn't bind the service I created.

Thx!


Trouble getting Update Rest Service to work

Posted: Fri Jul 26, 2013 8:02 pm
by ssquire

That got my service executing properly, but my database is still not being updated after the service executes. Do I need to edit mapping?


Trouble getting Update Rest Service to work

Posted: Fri Jul 26, 2013 8:40 pm
by Maryna Brodina

If you don't pass parameter "data" to function execute then you need to set up mapping for service.


Trouble getting Update Rest Service to work

Posted: Sat Jul 27, 2013 9:55 pm
by ssquire

SUCCESS!!!! I still have a question about passing parameter "data", but for now victory!

Thanks!


Trouble getting Update Rest Service to work

Posted: Mon Jul 29, 2013 5:31 am
by Maryna Brodina

Hi, and what is your question?


Trouble getting Update Rest Service to work

Posted: Mon Jul 29, 2013 2:54 pm
by ssquire

Do the parameter names passed have to be in quotes?

Also, I need to add user sign up and login capability. What are the best links to study for adding those features?


Trouble getting Update Rest Service to work

Posted: Mon Jul 29, 2013 3:17 pm
by Kateryna Grynko

Hi Steven,

Yes, it will be so. There will be saved an array of records containing these four fields.


Trouble getting Update Rest Service to work

Posted: Mon Jul 29, 2013 4:16 pm
by ssquire

What about links for adding user sign up and login?