Page 2 of 5

Cant find data in rest service

Posted: Wed Jul 31, 2013 7:13 pm
by abigdreamer

Rest service is called RESTService_FoxPro


Cant find data in rest service

Posted: Wed Jul 31, 2013 7:14 pm
by abigdreamer

At the very top it says
master
rows
then has ROWS with data.

The original REST didn't have any of this. It was PURE data without this piece at the top.

{
"master":{
"rows":[
{
"aaacallnum":"",


Cant find data in rest service

Posted: Wed Jul 31, 2013 7:54 pm
by abigdreamer

I'm stuck! can't do anything Waiting.


Cant find data in rest service

Posted: Wed Jul 31, 2013 7:58 pm
by Kateryna Grynko

Mike,

This is a response of your service for direct URL call. Formatting is added be browser. Image
Our service doesn't change your service response.
This is the essence of proxy request - just to skip it through us to avoid problems with cross-domain request.


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:07 pm
by abigdreamer

I must be doing something wrong. Because my simple form should return the values from this number.

It returns nothing.

Can you try it?


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:12 pm
by abigdreamer

I know that MY software puts the Master and rows at the top, but your software doesn't like this and the results are not returned.


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:46 pm
by maxkatz

Can you explain what is the exact problem here? When you create and test a service in Appery.io, we simply invoke the service. What is being returned and in what format -- that's entirely up to the service. We don't control it. But again, I'm not clear exactly what's not working.


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:49 pm
by abigdreamer

TYPE in 465971
Get back data.

I'm trying to PUT a search inside a form and populate a form.
I sent my form
My URL is public
You should be able to GET into appery and see my form
the TEST returns the data
the SEARCH connected to the SERVice does not return the data

the form is not getting the information

What else do I need to explain?


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:51 pm
by abigdreamer

The test says (Successful)
it returns the JSON info.


Cant find data in rest service

Posted: Wed Jul 31, 2013 8:53 pm
by abigdreamer

When I run the form -- test_test_test
and I type in 465971

I expect it to populate the form with the Information from the rest service.