Help for this page

Select Code to Download


  1. or download this
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    ...
             </lastmethod>
        </soap:Body>
    </soap:Envelope>
    
  2. or download this
    my @data = (
                    SOAP::Data->name('test1' => \SOAP::Data->value(SOAP::D
    +ata->name('data' => 2),SOAP::Data->name('wierd')->attr({'href'=>'#id1
    +'}))),
    ...
               );
    $cleint->on_action(sub{'https:/blah/wierdserver.asmx'});
    $client->call(@data);