Help for this page

Select Code to Download


  1. or download this
      
    my $response;
    eval {
    ...
    if ($@) {
      print "Error: SOAP call died: $@. \n";
    }
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope blah blah blah>
    ...
        <MyMethod xsi:nil="true" />
      </soapenv:Body>
    </soapenv:Envelope>
    
  3. or download this
      <soapenv:Body>
        <MyMethod/>
      </soapenv:Body>