Call wcf service from plugin or workflow in dynamics crm -


i have wcf service hosted on hostgator , want call workflow or plugin registered in plugin registration tool. , working dynamics crm online.

is possible?if yes give me solution or reference link.

it's possible call wcf service sandboxed plugin/custom workflow activity. there restrictions thought (from msdn):

  • only http , https protocols allowed.
  • access localhost (loopback) not permitted.
  • ip addresses cannot used. must use named web address requires dns name resolution.
  • anonymous authentication supported , recommended. there no provision prompting logged on user credentials or saving credentials.

here's example msdn using webclient, easier instance if add service webreference.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -