Verifying HTTP Handler Mapping - Integration for Epic - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 22.1
License
Premier
Standard
Essential

To verify the necessary HTTP handlers are mapped correctly on the Application Server:

  1. Open Internet Information Services (IIS) Manager.
  2. Under Sites in the Connections pane, navigate to the application for the OnBase Application Server.
  3. Double-click Handler Mappings in the middle pane.
  4. Verify the svc-Integrated-4.0 handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Managed Handler from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Type

    System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

    Name

    svc-Integrated-4.0

  5. Verify the svc-ISAPI-4.0_32bit handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Script Map from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Executable

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll

    Name

    svc-ISAPI-4.0_32bit

  6. Verify the svc-ISAPI-4.0_64bit handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Script Map from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Executable

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll

    Name

    svc-ISAPI-4.0_64bit