Using the AzMan XML Store

To use AzMan XML as the mapping data store, you must configure the following workflow providers:

  • Microsoft.Ccf/Csr.WebServices.Providers.AdminConsole.WorkflowWS
  • Microsoft.Ccf/Csr.WebServices.Providers.AdminConsole.WorkflowMappingWS

Note

You must have administrator privileges on the IIS server to configure the workflow providers.

To configure the workflow providers

  1. Open the CCF Admin Console.

  2. Expand the machine node, then expand the Settings node, and then expand the Configurations node.

  3. Double-click the WorkflowWS Web service to open the Properties window.

  4. To locate these Web services more easily, click the Area column, which sorts the entire list by area. After you sort the list, look for the AdminConsoleWS area.

  5. In the Properties window, click Build to open the Build Configuration Value window.

  6. In the Provider section of the Build Configuration Value window, click the AzMAnWorkflowWSProvider value, and then click Edit to open the Configuration Action window.

  7. In the Attributes section, the attributes shown in the following table should be displayed.

  8. Attribute

    Value

    Type

    Microsoft.Ccf.Csr.WebServices.Providers.AdminConsole.AzManWorkflowWSProvider,Microsoft.Ccf.Csr.WebServices.Providers

    connectionString

    Server=CCFSQL;Integrated Security=true;Database=CcfInfrastructure;Pooling=true;

    azManStore

    msxml://<InstallDrive>\CCF\DemoData\AzManCCF.xml

  9. Double-click the WorkflowMappingWS Web service to open the Properties window.

  10. In the Properties window, click Build to open the Build Configuration Value window.

  11. In the Provider section of the Build Configuration Value window, click the AzMAnWorkflowMappingWSProvider value, and then click Edit to open the Configuration Action window.

  12. In the Attributes section, the attributes shown in the following table should be displayed.

  13. Attribute

    Value

    Type

    Microsoft.Ccf.Csr.WebServices.Providers.AdminConsole.AzManWorkflowMappingWSProvider,Microsoft.Ccf.Csr.WebServices.Providers

    connectionString

    Server=CCFSQL;Integrated Security=true;Database=CcfInfrastructure;Pooling=true;

    azManStore

    msxml://<InstallDrive>\CCF\DemoData\AzManCCF.xml

  14. After you configure the workflows and workflow mappings in AzMan, reset the IIS server on which you were working to make sure that the new settings are applied.