abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

Rest service is called RESTService_FoxPro

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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":"",

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Cant find data in rest service

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.

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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

It returns nothing.

Can you try it?

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Cant find data in rest service

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.

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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?

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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

abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

Cant find data in rest service

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.

Return to “Issues”