Creating WCF Service and deploying it to run in Sitecore context -


we have need add sitecore items programmmtically. achieve creating new wcf service standard webservice provided sitecore not serving our purpose. new wcf service created in vs2010 pushed/published same folder standard webservice(sitecore/shell/webservice). reason service doesn't work @ throws configuration errors.

could let me know custom service should deployed.

i had lots of issues deploying both wcf , old-style (.ascx) web services in sitecore-controlled application. never able find satisfactory solution, after speaking tech support. ended creating own http handlers accept post data , used instead of wcf. know it's not best solution, worked.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -