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

NAME

MyInterfaces::HelloWorld::HelloWorldSoap - SOAP Interface for the HelloWorld Web Service

SYNOPSIS

 use MyInterfaces::HelloWorld::HelloWorldSoap;
 my $interface = MyInterfaces::HelloWorld::HelloWorldSoap->new();
 
 my $response;
 $response = $interface->sayHello();

 

DESCRIPTION

SOAP Interface for the HelloWorld web service located at http://localhost:81/soap-wsdl-test/helloworld.pl.

SERVICE HelloWorld

Port HelloWorldSoap

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

sayHello

 $interface->sayHello(  {
    name =>  $some_value, # string
    givenName =>  $some_value, # string
  },,
 );
 

AUTHOR

Generated by SOAP::WSDL on Sat Dec 1 19:51:31 2007