Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite;
    SOAP::Lite->import(+trace => 'all');
    ...
    
    my $response = $client->mymethod( $security, $elem1, $elem2 );
    
  2. or download this
    <soap:Envelope 
        soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
    ...
      </soap:Body>
    </soap:Envelope>