Benjamin Habegger > WebSource-2.4.5 > WebSource::Soap;

Download:
WebSource-2.4.5.tar.gz

Annotate this POD

View/Report Bugs
Source  

NAME ^

WebSource::Soap; Module allowing to handle input data with a WebService

DESCRIPTION ^

A Soap operator makes a SOAP call to a WebService for each input.

The description of a Soap operator is as follows :

  <ws:soap name="opname" forward-to="ops">
    <parameters>
      <param name="service" value="http://somehost/someservices.wsdl" />
      <param name="method"  value="serviceMethodName" />
      <param name="parameters"
                            value="parameter names ordered for method call" />
      <param name="p1" value="v1" />
    </parameters>
  </ws:soap>                                                                                                 

SYNOPSIS ^

  $service = WebSource::Soap->new(wsnode => $node);

METHODS ^

  See WebSource::Module
$service->handle($env);

SEE ALSO ^

WebSource::Module

syntax highlighting: