The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebSource::XMLSender : XML sending module Sends incoming XML data to the server and returns the XML response

DESCRIPTION

An xmlsend operator is declared with the following format :

  <ws:xmlsend name="opname" forward-to="ops"
         url="http://example.com/location"
         metho="POST" />

SYNOPSIS

  $xmlsender = WebSource::XMLSender->new(wsnode => $node);

  # for the rest it works as a WebSource::Module

METHODS

$source = WebSource->new(desc => $node);

Create a new XMLSender;

$xmlsender->handle($env);

Builds an HTTP::Request with the XMLSender's using the input XML document and sends it to the url configured in the source description file

SEE ALSO

WebSource::Module