I followed the directions provided in the link http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-server-servicemodel - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-server-servicemodel for custom server side configuration.
First in the Debug output Window I see the following message, "Could not find endpoint element with name 'EntityService' and contract 'IdeaBlade.EntityModel.IEntityServiceContract' in the ServiceModel"
Then when I put the url http://localhost:8000/EntityService.svc/sl - http://localhost:8000/EntityService.svc/sl in the browser I get the following InvalidOperationException,
The contract name 'IdeaBlade.EntityModel.IEntityServiceContract' could not be found in the list of contracts implemented by the service 'EntityService'.In web.config I'm seeing the following message thrown by the XML editor for "EntityService" name The name attribute is invalid - The value 'EntityService' is invalid according to its dataType 'serviceNameType'- The Enumeration constraint failed.
What am I doing wrong.
Thanks
|