Consuming WCF Service in Sharepoint Webpart
-
I have created WCF Service and trying to consume it in a Sharepoint web part. It is giving following error while deploying web part : "could not find default endpoint element that references contract 'ServiceReference1.IService1' in the ServiceModel client configuration section" thanks
-
I have created WCF Service and trying to consume it in a Sharepoint web part. It is giving following error while deploying web part : "could not find default endpoint element that references contract 'ServiceReference1.IService1' in the ServiceModel client configuration section" thanks
You obviously have not added the proper setting to the configuration file. Have you worked with WCF before? Have you worked with SharePoint before?
I know the language. I've read a book. - _Madmatt