L
linotadros
Guest
I am sorry I might not be much help here. I stopped using WCF over 4 years ago in Sitefinity. Sitefinity's new Web Service implementation is based on "Service Stack". If your custom WCF services are *.svc implementation then you will probably need to choose how to authenticate against them and include that in the header. To get an idea, load the backend pages list in Sitefinity and take a look in the Network debugger "Google Chrome or Firebug" to see the call they make against the PagesServices.svc , you will be able to see the entire payload and how they are passing authentication Again please allow me to recommend to you NOT to use the WCF layer in Sitefinity and try to plug your implementation in the new model under the new architecture. You will sleep better at night
Cheers Lino
Continue reading...

Continue reading...