
[% module %] - Talks to the [% end_point %] on the ESB

This documentation refers to [% module %] version 0.1.

use [% module %]; # Brief but working code example(s) here showing the most common usage(s) # This section will be as far as many users bother reading, so make it as # educational and exemplary as possible.

This SOAP client code was extracted from "[% location %]";

[% IF operation.port_type.outputs.0.message.element; in_element = operation.port_type.inputs.0.message.element; out_element = operation.port_type.outputs.0.message.element; -%] Passes
%argsto[% operation.name %](via "[% in_element.module %]"->[% in_element.perl_name %]) and returns the result (via "[% out_element.perl_name %]" in [% in_element.module %]->[% out_element.perl_name %]) [%- ELSIF operation.port_type.outputs.0.message.type; type = operation.port_type.outputs.0.message.type %] Not yet implemented properly [%- END %] [% END %] [% END %] [% END %] =back[% INCLUDE pod.tt %]