Help for this page
<?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>
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);