To add a web service reference within Kentico CMS solution, these steps must be followed:
- Create sample WCF service and publish it on your IIS [1]
- Launch Visual Studio as administrator
-
Right-click on CMSApp --> Add Service Reference
a. Enter address to WCF service
b. Go (web service found)
c. Select namespace
d. Ok (wait for service reference to be added – it may take several minutes)
Go to "Configure Service Reference…" dialog and setup it as per the following screenshots:
-
Rebuild solution.
-
Create sample Kentico web part [2]
-
Reference service in the sample web part’s code-behind.