Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
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:

Translations Ignore
<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:

ParameterWert
ACD.UDP.Webserver.Addresslocalhost
ACD.UDP.MediaEventsListener.Addresslocalhost

Außerdem muss die udp-Sendefunktion auf der Master-Datenbank korrekt installiert sein. 

ACDClient2Test.exe https Konfiguration

Die Standardkonfiguration von ACDClient2Test.exe ist für http.

Um mit https zu laufen, nehmen Sie bitte die folgenden Änderungen an der Konfiguration vor:

Translations Ignore

<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 diesen Abschnitt hinzu, um Sicherheit auf der Transportschicht zu verlangen *** *** *** -->
<security mode="Transport">
<transport clientCredentialType="None"/>
</security>
</binding>
</basicHttpBinding>
</bindings>
<client>
<!-- *** *** *** Ändern der URL in https *** *** *** -->
<endpoint address="https://acd-lb/CarrierPortal/AcdAgentClientServiceV3"
binding="basicHttpBinding" bindingConfiguration="AcdAgentClientServiceV3ServiceSoapBinding"
contract="ACDWebServiceV3.AcdAgentClientServiceV3" name="AcdAgentClientServiceV3Port" />
</client>


Sv translation
languagefr

Configuration

Pour que l'API SOAP puisse fonctionner correctement, les paramètres suivants doivent être définis:

ParamètreValeur
ACD.UDP.Webserver.Addresslocalhost
ACD.UDP.MediaEventsListener.Addresslocalhost

De plus, la fonction d'envoi udp doit être correctement installée sur la base de données principale. 

ACDClient2Test.exe https Configuration

La configuration standard de ACDClient2Test.exe est pour http.

Pour fonctionner avec https, veuillez apporter les modifications suivantes à la configuration:

Translations Ignore
<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>