rest - Get data from Azure hosted SQL server from with in MS Dynamics CRM Sandbox plugin -


i stuck in accessing sql server within sandbox plugin. can't access within sandbox plugin tried access through azure hosted webapi unable access api within ms dynamics crm through javascript through plugin, have reported issue here:

consuming azure hosted webapi in ms dynamics crm online

the other thing tried created azure hosted cloud service unable access service within sandbox plugin. says 'no endpoint listening accept message', although have confirmed azure hosted cloud service working fine , end point correct.

so not sure setting missing in azure/ms dynamics crm. kindly suggest best approach use in scenario?

have @ post.

https://code.msdn.microsoft.com/how-to-call-external-wcf-42c4490d

also crm sdk.

web access

sandboxed plug-ins , custom workflow activities can access network through http , https protocols. capability provides support accessing popular web resources social sites, news feeds, web services, , more. following web access restrictions apply sandbox capability.

  • 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.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -