Creating a Service Binding Factory

To create a Service Binding Factory, do the following.

Prerequisites

Navigation

  1. Open Microsoft Visual Studio.
  2. In Visual Studio, click New Project.

Instructions

  1. In the New Project window, click AgilePoint Service Binding Factory.
  2. Click OK.
  3. Open the file BasicHttpBindingFactory.cs to set up the following methods:
    • OpenBindings
    • OpenServiceHost
    • GetSecurityContext

    Instructions are provided in comments in the file.

    Unlike the Service Proxy Factory, there is no naming restriction for Service Binding Factory.