Step 3: Tell PM Compass How to Send Jobs to the Cobra Web Service Gateway

Perform this procedure to tell PM Compass how to send jobs to the Cobra Web Service Gateway.

Warning: These steps should only be performed on the dedicated Cobra Concurrency machine.

To configure the PM Compass Process Server to connect to the Gateway:

  1. Locate the Cobra.WebService.ClientAPI.dll.config in the C:\Program Files (x86)\Deltek\PMCompass\Web\bin directory, and open it using a text editor (such as Notepad).
    • In the <basicHttpBinding> section:

      Change “None” in the following two lines:

      <security mode=”None”>

      <transport clientCredentialType=”None” />

      </security>

      to

      <security mode=”TransportCredentialOnly”>

      <transport clientCredentialType=”Windows” />

      </security>

    • In the <client> section, replace the URL on the address field with the address from the Cobra Web Service Gateway Configuration tool.

      <endpoint address=”http://localhost:8000/CobraWebService/service”

      to

      <endpoint address=”http://<ServerName>:8108/CWSGateway/service”

    • Save and close the file.
  2. Restart the "Deltek PM Compass Process Server" in the Windows Services.