Help for this page
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http: +//schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/20 +01/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ... </soap:Body> </soap:Envelope>
use LWP::UserAgent; ... my $updates = name('updates' => \$batch); my $rsp = $soap->UpdateListItems(name('listName' => '{DB8F7CAD-D459-46 +FD-82B8-5888A55C1EC2}'), $updates);