API Questions on Kentico API.
Version 6.x > API > Add third party API reference View modes: 
User avatar
Certified Developer 8
Certified Developer 8
Atul Patel - 7/10/2013 4:18:25 AM
   
Add third party API reference
Hi,

I used Kentico 6.0 and i want to add third party wcf web service reference in my project.

How can i do this?

Kindly help me for this.

Thanks in advance.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 7/10/2013 8:26:58 AM
   
RE:Add third party API reference
Just as you normally would within Visual Studio. Right click App_WebReferences and add new service reference. Then reference the new web service in code as you normally would.

That's the beauty of Kentico, it functions as a normal asp.net website so there aren't any hoops to jump through in order to get functionality you want/need.

User avatar
Certified Developer 8
Certified Developer 8
Atul Patel - 7/18/2013 6:27:44 AM
   
RE:Add third party API reference
FroggEye,

Thanks for your reply.