Frontend Pages WebServiceBaseUrl

Posted by Community Admin on 04-Aug-2018 20:04

Frontend Pages WebServiceBaseUrl

All Replies

Posted by Community Admin on 15-Mar-2013 00:00

I am setting the WebServiceBaseUrl for frontend pages to a custom service.  However it doesn't seem to have any effect.  The service works fine, and is callable from the browser.

The pages list is still using ~/Sitefinity/Services/Pages/PagesService.svc though

Is this a bug, am I missing something else?

Posted by Community Admin on 20-Mar-2013 00:00

Hi,

To use your custom page service, did you  go to /Sitefinity/Services/Pages/PagesService.svc and specify your service type?
 

<%@ ServiceHost Language="C#" Debug="false" Service="SitefinityWebApp.PagesServiceCustom" Factory="Telerik.Sitefinity.Web.Services.WcfHostFactory" %>

All the best,
Atanas Valchev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 20-Mar-2013 00:00

No, that's a good idea though.  I tried to change it from the settings/config file, but the WebServiceBaseUrl doesn't seem to "stick".  It shows in the config file, but the default service is still called.

Your suggestion will work though, thank you.

This thread is closed