asp.net - Accessing Sitecore API from a Web service -


i wondering how sitecore content through sitecore api in separate webservice, tried sitecontextswitcher "cannot load provider" exception. should somehow register webservice in sitecore use ?

edit: expose on webservice functions publish specific items (by guid or path)

you can add web service website have access sitecore api , expose functions need eg. publishing page

you need asmx service can call url file ie. http://server.com/some/directory/service.asmx/yourmethodname

since it's called in context of sitecore application have access api in service. can pass path item or id using parameters.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -