- or download this
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x
+mlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schema
+s.xmlsoap.org/soap/envelope/">
...
</get_ManufacturerListResponse>
</soap:Body>
</soap:Envelope>
- or download this
my $StatusID = $soapSvar->valueof('//get_ManufacturerListResult/Status
+ID');
)
- or download this
for my $t ($som->valueof('//get_ManufacturerListResult/Manufacturers/M
+anufacturer'))
{
}