Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2024.2

This topic covers the Lines Client tool, which supports converting text that has multiple lines to and from XML that has one element for each line of text. It also addresses the Lines Call Back tool, which simplifies the handling of incoming Lines messages.

Sections includeIn this section:

Table of Contents
maxLevel12

About

...

These Tools

Lines Client is an instance of the EDI Client tool that is preconfigured to operate on text messages that have multiple lines. You can create a Lines Client tool directly from the Add Tool wizards. Or, you can add an EDI Client tool and change its format to Lines. The tool’s name will then change to Lines Client (unless you disabled the Use Default Name option).

...

Note that the Lines tools do not have any Lines-specific conversion options.

Working with the Lines Format in SOAtest

SOAtest converts text that has multiple lines into XML that has one element for each line of text. This conversion facilitates the rapid configuration, sending, and validation of plain text messages. 

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<root>
   <line>Last,First</line>
   <line>Dafoe,Daniel</line>
   <line>O'Hara,Maureen</line>
</root>

Conversion Options

No conversion options are available in the Lines Client and Lines Call Back tools.