Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Configuration

In order that the SOAP API can function correctly, the following parameters must be set:

ParameterValue
ACD.UDP.Webserver.Addresslocalhost
ACD.UDP.MediaEventsListener.Addresslocalhost

Also, the udp send function must be correctly installed on the master database. 

ACDClient2Test.exe https Configuration

The standard configuration of ACDClient2Test.exe is for http.

To run with https, please make the following changes to the configuration:

<bindings>
<basicHttpBinding>
<binding name="AcdAgentClientServiceV3ServiceSoapBinding" closeTimeout="00:01:00"
openTimeout="00:02:00" receiveTimeout="00:10:00" sendTimeout="00:02:00"
allowCookies="false" bypassProxyOnLocal="false" maxBufferPoolSize="524288"
maxReceivedMessageSize="262144" useDefaultWebProxy="true">
<!-- *** *** *** Add this section to require security on the transport layer *** *** *** -->
<security mode="Transport">
<transport clientCredentialType="None"/>
</security>
</binding>
</basicHttpBinding>
</bindings>
<client>
<!-- *** *** *** Change the URL to https *** *** *** -->
<endpoint address="https://acd-lb/CarrierPortal/AcdAgentClientServiceV3"
binding="basicHttpBinding" bindingConfiguration="AcdAgentClientServiceV3ServiceSoapBinding"
contract="ACDWebServiceV3.AcdAgentClientServiceV3" name="AcdAgentClientServiceV3Port" />
</client>

 

 

 

 

 

Sv translation
languagede

Konfiguration

Damit die SOAP-API korrekt funktionieren kann, müssen die folgenden Parameter eingestellt werden

Configuration

In order that the SOAP API can function correctly, the following parameters must be set:

ParameterValueWert
ACD.UDP.Webserver.Addresslocalhost
ACD.UDP.MediaEventsListener.Addresslocalhost

Also, the udp send function must be correctly installed on the master databaseAußerdem muss die udp-Sendefunktion auf der Master-Datenbank korrekt installiert sein

ACDClient2Test.exe

https Configuration

https Konfiguration

Die Standardkonfiguration von The standard configuration of ACDClient2Test.exe is for ist für http.

To run with https, please make the following changes to the configurationUm mit https zu laufen, nehmen Sie bitte die folgenden Änderungen an der Konfiguration vor:

<bindings>
<basicHttpBinding>
<binding name="AcdAgentClientServiceV3ServiceSoapBinding" closeTimeout="00:01:00"
openTimeout="00:02:00" receiveTimeout="00:10:00" sendTimeout="00:02:00"
allowCookies="false" bypassProxyOnLocal="false" maxBufferPoolSize="524288"
maxReceivedMessageSize="262144" useDefaultWebProxy="true">
<!-- *** *** *** Fügen Sie Adddiesen thisAbschnitt sectionhinzu, toum requireSicherheit securityauf onder theTransportschicht transportzu layerverlangen *** *** *** -->
<security mode="Transport">
<transport clientCredentialType="None"/>
</security>
</binding>
</basicHttpBinding>
</bindings>
<client>
<!-- *** *** *** ChangeÄndern theder URL toin https *** *** *** -->
<endpoint address="https://acd-lb/CarrierPortal/AcdAgentClientServiceV3"
binding="basicHttpBinding" bindingConfiguration="AcdAgentClientServiceV3ServiceSoapBinding"
contract="ACDWebServiceV3.AcdAgentClientServiceV3" name="AcdAgentClientServiceV3Port" />
</client>