Hi all.
I'm facing a Permission error when i try to call an external WebService from my plugin.
Notes:
1. The web service was developed by another company and they said that they could not put a friendly name (dns) for this url
2. The web service is on IP format (http://200.279.18......).
So, for a temporary solution, i did a Windows Scheduler console APP that runs every 1min calling the Web Service and update the Quote entity. But i need this web service executing on real time.
Any help?
*This post is locked for comments
Hi Henrique,
I too am facing the same issue. I tried all ways but its giving me the same error.
Can you send me the plugin code on prerak.parikh1@gmail.com
Thanks in advance.
Hi, Henrique. Kindly send me the sample code of plugin to thetpaingsoe.mz67@gmail.com.
Thanks for your help.
Hello Henrique! Could you kindly send me the code of the plugin to pinnintisantosh@gmail.com? Thank you in advance.
Hi
I'm also very interested in the sample code: casperschau@gmail.com
Thank you in advance!
Hi Henrique,
I have a similar issue. I have to pass certain data to an external web service. But I cannot call it directly due to sandbox issue.
Will be it possible for you to share a complete sample code with me? My email address is siddharthgupta255@gmail.com
please send me code example (marwenjaffel@gmail.com)
Hi guys,
this is and extract from the code of a CWA that invokes an external WCF with basic authentication. Before writing the code I added a service reference with the generation of message contracts
BasicHttpBinding binding = new BasicHttpBinding(BasicHttpSecurityMode.TransportCredentialOnly); binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.Basic; binding.Security.Message.ClientCredentialType = BasicHttpMessageCredentialType.UserName; EndpointAddress endPointAddress = new EndpointAddress("localhost/TestService.svc"); TestServiceClient client = new TestServiceClient(binding, endPointAddress); client.ClientCredentials.UserName.UserName = "username"; client.ClientCredentials.UserName.Password = "password"; OperationRequest request = new OperationRequest(); ........ OperationResponse response = client.Operation(request);
Hope this helps.
Hi, Could you please send me the solution code to gmail karayush2011@gmail.com
Hi,
We are also facing the same issue. Could you please share the code with us?
Can you please send it rashisaxena29@gmail.com?
Thanks,
Rashi
hi can you please provide me sample code to alekyank@outlook.com
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156