Help for this page

Select Code to Download


  1. or download this
     <?xml version="1.0" encoding="UTF-8" ?> 
    - <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/env
    +elope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:
    +//www.w3.org/2001/XMLSchema-instance">
    ...
      </multiRef>
      </soapenv:Body>
      </soapenv:Envelope>
    
  2. or download this
    my $sl = SOAP::Lite
        ->uri("http://backup.united-systems.com")
    ...
    my @data = (SOAP::Data->name('multiRef')->type('ns2:T_EDFData'));
    
    $sl->call('edfSubmit', @headers, @data);