I see some of the dashboards and background services are using webservice calls without issue. I am trying to call a webservice as well but it fails with an error about not being able to find the host.
How is Umbraco doing it? Are you using Webrequest or ??
Webservice call from dashboard fails
I see some of the dashboards and background services are using webservice calls without issue. I am trying to call a webservice as well but it fails with an error about not being able to find the host.
How is Umbraco doing it? Are you using Webrequest or ??
Hey Connie, here is a page on the wiki that exlpanis about what web services are being used in Umbraco:
http://our.umbraco.org/wiki/reference/files-and-folders/files-in-the-config-folder/umbracosettingsconfig
Where do you have your web service in the website?
You may need to allow the web service URL in the web.config (reservedUrlPaths), but I can't remember offhand.
I'm running a modified version of the CogPageReview package. I can hit the webservice URL and get results: http://www.azbar.dev/umbraco/webservices/ItemsDueForReview.ashx?sendEmail=false but my Dashboard usercontrol is unable to run that same URL.
Resolved.
is working on a reply...