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

NAME

MyInterfaces::FullerData_x0020_Fortune_x0020_Cookie::FullerData_x0020_Fortune_x0020_CookieSoap - SOAP Interface for the FullerData_x0020_Fortune_x0020_Cookie Web Service

DESCRIPTION

SOAP Interface for the FullerData_x0020_Fortune_x0020_Cookie web service located at http://www.fullerdata.com/FortuneCookie/FortuneCookie.asmx.

SERVICE FullerData_x0020_Fortune_x0020_Cookie

Simple XML-based fortune cookie

Port FullerData_x0020_Fortune_x0020_CookieSoap

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.

readNodeCount

Display the number of nodes specified in fortune XML document

 $interface->readNodeCount(,
 );
 

GetFortuneCookie

Get a random fortune cookie from the XML document

 $interface->GetFortuneCookie(,
 );
 

CountCookies

Count the actual number of nodes in the XML document of fortunes

 $interface->CountCookies(,
 );
 

GetSpecificCookie

Get a specific cookie by the XML node number

 $interface->GetSpecificCookie(  {
    index =>  $some_value, # int
  },
 );
 
        

AUTHOR

Generated by SOAP::WSDL on Tue Nov 6 20:56:46 2007