I have been testing the service on my machine with no issue – but now I’m testing it on a workstation which I had to setup proxy for under my profile in order to access the internet and I’m getting an error below everytime I try to invoke the DataTools kebler API
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://kleber-prerelease.datatoolscloud.net.au/KleberWebServiceSoap/DtKleberService.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. —> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
As all users must run through the proxy to gain access to the internet – can you please help with a solution for this?
Date
Votes
1 comment
-
Permanently deleted user Hello James,
Please try adding the following to the app.config file.
<configuration>
<system.net>
<defaultproxy usedefaultcredentials="true">
</defaultproxy>
</system.net></configuration>
Regards
Angela
Client Services
Please sign in to leave a comment.