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

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -