Hi All,
I want to consume SOAP service with SSL (https://.....................................................) using plugin in dynamics 365?
Please provide any solution or code for this?
Thank you!
*This post is locked for comments
You should not get "The provided URI scheme 'https' is invalid; expected 'http'" error if you change from BasicHttpBinding to BasicHttpsBinding.
You can however received some other error like "Internal error" or some other fault.
Are you still receiving the same error?
Also, please note that the binding info depends upon the service you are consuming like in my case I had to use custom binding as the service was using SOAP12 version.
yes, i have tried
did you try changing BasicHttpBinding to BasicHttpsBinding?
That link is working for only "http" type but i am using "https".
if i use "https" soap service them i faced "The provided URI scheme 'https' is invalid; expected 'http'" error.
Hi,
what exactly is the problem?
Sandbox plugins do have some limitations(look for "Web Access" here: msdn.microsoft.com/.../gg334752.aspx), but, other than that.. well, you cannot use a configuration file, so if you need to configure the bindings etc, you'll have to do it in code:
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156