I am not able to access them even after enabling the webservices in umbracosettings.config. I am still getting the return value as false. Am i missing anything here?
The Web Services are broken out of the box in Umbraco 4.5. I had to download the source code (go to releases > umbraco4.5) and then compile the application in Visual Studio. I could then copy the umbraco.webservices.dll from the releases\umbraco 4.5\components\umbraco.webservices\bin\Debug\ directory into the bin directory of the Umbraco installation. It then worked fine for me.
I installed Umbraco using the Web Platform Installer two days ago (4.5.2), when I then attempted to access the services out of the box, I received a type not found exception. This was because the bin directory didn't contain the binaries for the Web Service. Compiling the application and loading the new binaries into the bin directory of my Umbraco installation resolved the issue for me.
How to enable webservices in Umbraco?
How to enable webservices in Umbraco 4.0.3?
Let me know what are the changes that i need to make in the WEB.CONFIG files?
When i tried access the Document Service, WebservicesEnabled webmethod responds with false as response. Please help.
Invoke:
http://localhost/umbraco/webservices/api/DocumentService.asmx/WebservicesEnabled
Response:
<?xml version="1.0" encoding="utf-8" ?>
Ok i found out... in \config\umbracoSettings.config
changed the <webservices enabled="True">
I am not able to access them even after enabling the webservices in umbracosettings.config. I am still getting the return value as false. Am i missing anything here?
The Web Services are broken out of the box in Umbraco 4.5. I had to download the source code (go to releases > umbraco4.5) and then compile the application in Visual Studio. I could then copy the umbraco.webservices.dll from the releases\umbraco 4.5\components\umbraco.webservices\bin\Debug\ directory into the bin directory of the Umbraco installation. It then worked fine for me.
How are they broken? Are they broken in Umbraco 4.5.2?
I installed Umbraco using the Web Platform Installer two days ago (4.5.2), when I then attempted to access the services out of the box, I received a type not found exception. This was because the bin directory didn't contain the binaries for the Web Service. Compiling the application and loading the new binaries into the bin directory of my Umbraco installation resolved the issue for me.
is working on a reply...