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
Post a Comment