Importing Project Definitions

Depending on the product, some connections may require creating many projects. Importing the project definitions from an external XML file is supported for this. The import XML file has to be created like in following sample:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProjectMapping xmlns=" http://www.example.org/ConnectConfig2 ">
  <ProjectMaps>
    <ProjectMap>
      <source>source project value 1</source>
      <target>target project value 1</target> 
      <enabled>true/false</enabled>
      <direction>fromSource/fromTarget/both</direction>
    </ProjectMap>
    <ProjectMap> 
      <source>source project value 2</source>
      <target>target project value 2</target>
      <enabled>true/false</enabled>
    </ProjectMap>
    <ProjectMap>
    ...
    </ProjectMap>
    ...
  </ProjectMaps>
</ProjectMapping>

If multi selection is supported for source or target, then use the comma , for separating the values.

Direction is an optional parameter. If not used the value is inherited from the connection definition. Valid values are: