I am finding it extremely difficult to find an example of how exactly to access the Umbraco web service from my external MVC application.
I have tried adding a service reference to the .asmx, and then attempting to call GetDocument, GetNode, etc as well as using the GetDocumentValidate, GetNodeValidate and supplying the credentials of the admin account setup in Umbraco, however I never get any data returned.
Is anyone able to help shed some light and show some steps on how to do this?
Consuming webservice from external application
Hi All,
I am finding it extremely difficult to find an example of how exactly to access the Umbraco web service from my external MVC application.
I have tried adding a service reference to the .asmx, and then attempting to call GetDocument, GetNode, etc as well as using the GetDocumentValidate, GetNodeValidate and supplying the credentials of the admin account setup in Umbraco, however I never get any data returned.
Is anyone able to help shed some light and show some steps on how to do this?
Much appreciated.
Hi,
Which webservices are you calling ? And what are you trying to achieve ?
is working on a reply...