It's better to write your own webservice which does this. The uMobile package also does this: http://our.umbraco.org/projects/backoffice-extensions/umobile. You can get the source here. In there you can find examples on how create your own webservice and get the nodes which you need.
How to loop through umbraco Nodes from within Windows Service?
Hi,
I have to create an XML file while looping through certain nodes in the umbraco backend (from a specific doctype).
I have a Windows Service which has to run every day to make this XML file.
I thought I could use the /umbraco/webservice.asmx GetNode() method for this, but this doesn't display it's childnodes. How can I achieve this?
Thanks in advance!
grts,
Kim
It's better to write your own webservice which does this. The uMobile package also does this: http://our.umbraco.org/projects/backoffice-extensions/umobile. You can get the source here. In there you can find examples on how create your own webservice and get the nodes which you need.
Jeroen
is working on a reply...