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

Problem with REST Service & XML

I forgot to mention, all plans get all the features.

Yarden Gur
Posts: 0
Joined: Sat Feb 02, 2013 3:26 pm

Problem with REST Service & XML

Hey Max,

eventually I just set the panel to be a span instead of div.

I read this tutorial but it's about databases, and I have RSS.

btw is there any option to set up a search from xml file?

Thanks!

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

Problem with REST Service & XML

Not sure I understand... what do you mean "search from xml file?"

Yarden Gur
Posts: 0
Joined: Sat Feb 02, 2013 3:26 pm

Problem with REST Service & XML

I want to make a search option so only items related to the search will be pulled from the xml file. like it has on the twitter search guide. did exactly the same but not working for me

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

Problem with REST Service & XML

This has to be supported by the service you are invoking. An alternative is to get all the data and then search on the client -- that's not as simple and will require coding with JavaScript to implement it.

Yarden Gur
Posts: 0
Joined: Sat Feb 02, 2013 3:26 pm

Problem with REST Service & XML

I see.. ok thanks much!

Yarden Gur
Posts: 0
Joined: Sat Feb 02, 2013 3:26 pm

Problem with REST Service & XML

Hi again max,

Just I set up a registration form and everything works fine. But when I try to split registration to two pages it fails, The database recieve only details of the first page. any general guidelines how should I create this two pages registration?

Thought on the first one I should use create_service and on the second page use update_service.

I was looking for similar question here but couldn't find.

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

Problem with REST Service & XML

You should probably save data from the first registration page into local storage. Then, after the user completes the second page, make a request to the database, including the data saved into local storage.

Return to “Issues”