A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I'm having a littel trouble trying to create a web service in EPiServer. My end goal is to be able t expose bits of functionlaity to a Silverlight Application from within the CMS so that my HTML site and my Silverlight app use the same logic. I found an article about creating a web service here, but I can't seem to get the thing working.
When I try to invoke the web service (http://localhost:17001/SilverlightServices/EPiServerHierarchy.asmx/GetMainNavigation) I get a 404 error. I'm guessing that teh VPP is taking over end getting flustered, but I can't for the life of me figure out how to make this work. Anyone know of a good areticle about having a web serivce in an EPiServer application?
Thanks