I am trying to use the CMS web services to pull content into another site to ensure the sites share the same look and feel.
When I try to call the simplest service PageStoreService.Ping() I get the following error:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Cannot deserialize type 'EPiServer.Core.LanguageSelector' because it contains property 'SelectionSource' which has no public setter.
I am trying to access an instance of episerver on my local dev machine and for simplicity I have taken off all secuirty on the services (for now).
Hi all,
I am trying to use the CMS web services to pull content into another site to ensure the sites share the same look and feel.
When I try to call the simplest service PageStoreService.Ping() I get the following error:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Cannot deserialize type 'EPiServer.Core.LanguageSelector' because it contains property 'SelectionSource' which has no public setter.
I am trying to access an instance of episerver on my local dev machine and for simplicity I have taken off all secuirty on the services (for now).
Anybody have any ideas why this is happening.
Thanks