Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

I have an atom feed that I would like to use. When I create a service for it it seems to work when I look at the service response. You can create a response automatically. But when I try to use the service as a resource it does not work. Using a rss feed works fine. The atom feed that I use is: http://www.museumkaart.nl/Services/Sc...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Using an Atom feed

Hello! Sorry, not sure I understand what you mean on "when I try to use the service as a resource it does not work"? Do you have any errors in console? Could you clarify what is the exact problem?

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

There is not result in the app. I used two lables in a mobile grid. When I run the app they just show the text that is in the label. I tried the same with a RSS feed, and that works perfectly. But the Atom feed gives this result.

I added some sceeenshots of what I did. Image Image Image Image

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

I did not find any errors.

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

I just shared the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so you can have a look.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Using an Atom feed

Hello,

There is an error in service URL, you can't use quotation marks. You need to use escape symbols for quotation marks. Try to use URL without this parameter: predistance='10'/pre

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

That works!
Thanks..

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

I have an other question. The following entry in the Atom feed:
code<d:Title xml:space="preserve">Naarden <&#47;d:Title>/code

Gives: code[object Object]/code as a result instead of Naarden

Do you know how to solve this?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Using an Atom feed

Hello! When you were creating response structure most likely you used xml which didn't have this structure pre<d:Title xml:space="preserve">Naarden <&#47;d:Title>/pre it was just pre<d:Title>Naarden <&#47;d:Title>/pre Additional parameters in tag change response structure. Please recreate response.

Alexander vdhooft
Posts: 0
Joined: Thu Nov 14, 2013 9:50 pm

Using an Atom feed

The problem is that they both exists. Some entries have the extra "xml:...", others not.

Return to “Issues”