Page 1 of 1

How do I reverse/delete a service response?

Posted: Mon Mar 09, 2015 11:28 pm
by Logan Wells

I created a service response for a listing service, but now the data will not list.

Is there a way for me to delete that service response so everything goes back to normal?


How do I reverse/delete a service response?

Posted: Tue Mar 10, 2015 3:36 am
by Yurii Orishchuk

Hi Logan,

Your question is not clear for this time.. Please show us some details screen shots.

Also you can:

  1. Delete service.

  2. Import this service from DB again.

    Thanks.


How do I reverse/delete a service response?

Posted: Tue Mar 10, 2015 11:10 am
by Logan Wells

Hello, thanks for responding for quickly once again

Sorry for not being clear, I will provide more details below.

I created a list service, and then included a sort parameter in the request section for the service, seen below:

Image

So when I went to the 'Test' section, I attempted to sort it by date:

Image

It sorted it correctly on that screen, but did not work on the actual app, so I thought maybe I had to import it as a response for it to occur on the actual app.

Image

However, now on my app it just does not list anything anymore, I think because I clicked the 'Import as a Response'

Thanks so much once again, you guys rock


How do I reverse/delete a service response?

Posted: Thu Mar 12, 2015 2:43 am
by Yurii Orishchuk

Hi Logan,

It seems you just did not pass needed value to datasource "before send" mapping.

So please follow these steps:

  1. Open page on data tab.

  2. Find your list service dataosource.

  3. Click on "before send" mapping event handler.

  4. Expand request fields and find "sort" there.

  5. Populate this field with "date" value.

    Regards.


How do I reverse/delete a service response?

Posted: Thu Mar 12, 2015 10:10 am
by Logan Wells

Hello,

I did that, as shown here:

Image

It is still not working once I save, is this because I connected them with a text value?

Thanks so much for responding so quickly,
Logan


How do I reverse/delete a service response?

Posted: Fri Mar 13, 2015 3:28 am
by Yurii Orishchuk

Hi Logan,

We don't know what value in your "mobiledate_45" component.

Please try:

  1. Delete this link(that on your previous screen shot).

  2. In "sort" request parameter put "date" value.

    Regards.


How do I reverse/delete a service response?

Posted: Mon Mar 16, 2015 10:12 am
by Logan Wells

It worked!
Thank you so much for helping me, especially since how long the problem took.