Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Weave/Pathway integration provides a two-way link between Weave and Pathway. That is Pathway can call out to Weave to display information and Weave can call out to Pathway to display information.

For additional information about using the newer Weave Hub integration please see this pageĀ Weave Hub - Third-party Application Integration.

Client Workstation

The link between Weave and Pathway requires the installation of components on each client computer that will be requiring communication between Weave and Pathway.

The following two section sections outline the installation and configuration of these components.

...

Some versions of Pathway require an executable file to be entered as one of the configuration parameters, a dummy executable, WeaveLaunch.exe, can be use used if an executable is required.

...

Firstly the pathway namespace must be added to the config.xml file header (or a separate pathway.xml file can be created and included into in config.xml)

Code Block
xml
xml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>

<config xmlns="urn:com.cohga.server.config#1.0" xmlns:pathway="urn:com.cohga.pathway#1.0">
...
</config>

then the pathway configuration must be setup set up to link the pathway levels with the Weave entities

...