I'm trying to get a Umbraco web service running, sadly with not so much luck. I have enabled the webservices in UmbracoSettings.config granted access to admin. I get the following error message when i try to call the webservice through the web browser:
Shouldn't umbraco.webservices.dll exist in my bin-folder? That dll isn't in my bin. I've Googled for a couple of hours now and i can't get my head around this. Do i need to do anything else to get the built in webservices to run? I have installed Umbraco with this package "Umbraco 4.7.1.1 binaries"
Yes, you're right. This dll is missed from the umbraco binaries distribution by default (I don't know why). You can download corresponding sources and build it manually. It's the "umbraco.webservices" project in the whole solution.
Umbraco Webservices
Hi all
I'm trying to get a Umbraco web service running, sadly with not so much luck. I have enabled the webservices in UmbracoSettings.config granted access to admin. I get the following error message when i try to call the webservice through the web browser:
<%@ WebService Language="C#" CodeBehind="DocumentService.asmx.cs" Class=umbraco.webservices.documents.documentService %>
Shouldn't umbraco.webservices.dll exist in my bin-folder? That dll isn't in my bin. I've Googled for a couple of hours now and i can't get my head around this. Do i need to do anything else to get the built in webservices to run? I have installed Umbraco with this package "Umbraco 4.7.1.1 binaries"
Thanks in advance!
Yes, you're right. This dll is missed from the umbraco binaries distribution by default (I don't know why). You can download corresponding sources and build it manually. It's the "umbraco.webservices" project in the whole solution.
is working on a reply...