PureEngage On-Premises

 View Only

Sign Up

  • 1.  wcf service to connect to configserver

    Posted 09-16-2014 17:34
    I'm looking for the best practices in creating a wcf service to connect and maintain a connection to the configserver for our custom applications to use.  Current coding samples don't seem to address this scenario.

    PSDK 8.x
    .NET 4.5


  • 2.  RE: wcf service to connect to configserver

    Posted 09-26-2014 12:04
    Hello,

    Unfortunately there are no notes on best practices for "Windows Communication Foundation" framework. Check PSDK Developers Guide or open a case to clarify the specific questions.

    Roman T


  • 3.  RE: wcf service to connect to configserver

    Posted 10-15-2014 13:05

     Hi,

    All available samples are located in Platform SDK Developer's Guide and Platform SDK API Guide. Please consider "Connecting to a Server" chapter of Platform SDK Developer's Guide.

    The applications you write with the Platform SDK need to communicate with one or more Genesys servers, so the first thing you need to do is create connections with these servers. You will have to reference libraries and add using statements to your project for each specific protocol you are working with. These steps are not explicitly described here because the files and packages required will vary depending on which protocols you plan to use. Once you have connected to a server, you use that connection to exchange messages with the server.

    Roman T



  • 4.  RE: wcf service to connect to configserver

    Posted 10-15-2014 13:21
    Thanks for responding.  Unfortunately the developer's guide does not go quite far enough in addressing things like memory usage...  I will open a case as you suggested.