Proxy Authentication error when calling Kleber with .Net using SOAP

Kleber Kleber Community Kleber SOAP Service Proxy Authentication error when calling Kleber with .Net using SOAP

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2554
    DaveF
    Participant

    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?

    #2555
    dtsupport
    Keymaster

    Hello Dave,

    please try adding the following to the app.config file.

    <configuration>
        <system.net>
            <defaultproxy usedefaultcredentials="true">
            </defaultproxy>
         </system.net>
    
    </configuration>

    Regards
    Stefanie
    Client Services

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.