Hello,
I need to call a web service custom in a plugin, Is it possible?
Thanks
*This post is locked for comments
Hello,
I need to call a web service custom in a plugin, Is it possible?
Thanks
*This post is locked for comments
Yes,
It is possible, but I will suggest to use rest web services. So you will not face any problem of configuring it in CRM plugin.
Thanks,
Sandeep
yes you can,
-Right Click to Reference and Add Web Reference
-Insert the URL and press Go button ,you will get all Web Service Method.
After creating Web Service you can Create Instance of Web service.
MyMobileService _myMobile = new MyMobileService();
_myMobile. //here you can get all the Web Service Method.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156