Testing Mapping - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

When you test the mapping you performed with the BizTalk Mapper, you generate a schema, add valid values to the schema, and test the transform to ensure that your orchestration is accurate.

To test your orchestration's mapping:

  1. Open a BizTalk Server project in Visual Studio.
  2. Select the Solution Explorer tab.
  3. Select the line-of-business schema (i.e., LOBSchema.xsd).
  4. In the Properties pane, select Output Instance Filename.
  5. Click and specify a location to save the XML output file.
  6. Right-click the name of the LOB schema and select Generate Instance.
  7. The Output pane displays the location of the output file. Hold Ctrl and click this link to view the XML file. To edit the XML file, right-click and select View Source.
  8. Edit the file you generated in step 7, inserting valid values for each keyword and non-keyword field.
  9. Save and close this file.
  10. In the Solution Explorer pane, select the transform file (*.btm) you previously created.
  11. In the Properties pane, perform the following:
    • Set Validate TestMap Input to False.

    • Set Validate TestMap Output to False.

    • Set TestMap Output Instance to the location where you want the output file to be saved to.

    • Set TestMap Input Instance to the location of the file you generated in step 7.

  12. In the Solution Explorer pane, select the transform file (*.btm) you previously created.
  13. Right-click and select Test Map.
  14. If the test is successful, a file should be generated in the location you specified in the TestMap Output Instance.