I want to use the webservice.asmx GetNode methode of Umbraco to get a specific node from the backend of an Umbraco website. I call this method from within a Windows Service.
The method required two parameters: NodeId and ContextID. NodeId is the id of the node in the umbraco backend, but what is the ContextID? I'm stuck on this. I can't find any info on this or any examples.
umbraco/webservice.asmx: GetNode example wanted
Hi,
I want to use the webservice.asmx GetNode methode of Umbraco to get a specific node from the backend of an Umbraco website. I call this method from within a Windows Service.
The method required two parameters: NodeId and ContextID. NodeId is the id of the node in the umbraco backend, but what is the ContextID? I'm stuck on this. I can't find any info on this or any examples.
Any help would be appreciated.
Thanks in advance!
grts,
Kim
I believe that the Umbraco webservice is very old and even removed from the current version of Umbraco.
Jeroen
is working on a reply...