Alexander Karelas > SOAP-MySOAP > SOAP::MySOAP

Download:
MySOAP/SOAP-MySOAP-0.023.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.023   Source  

NAME ^

SOAP::MySOAP - An extremely basic SOAP client module

VERSION ^

Version 0.023

SYNOPSIS ^

    use SOAP::MySOAP;

    my $client = SOAP::MySOAP->new("http://www.server.com/soap.jsp");
    my $reply = $soap->request($rawxml);
    print $reply;

METHODS ^

SOAP::MySOAP->new($url)

Creates a SOAP::MySOAP object, a SOAP client that can issue SOAP requests to the $url URL.

$client->request($rawxml)

Sends $rawxml to the SOAP server and returns the XML that it receives.