I've tried to get the start or root node using EPIServer webservice. When programming in EPI I just do
PageReference parent = PageReference.StartPage;
but when using the webservice it gets a little trickier since this doesn't work
PageStoreService.PageReference.?
How do I do to get the start or root node using the web service? Thanks.