Help for this page

Select Code to Download


  1. or download this
    my $soap = SOAP::WSDL->new(
        wsdl => 'file://bla.wsdl',
    );
    my $result = $soap->call('MyMethod', %data);