Help for this page

Select Code to Download


  1. 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>
    
  2. or download this
    my $StatusID = $soapSvar->valueof('//get_ManufacturerListResult/Status
    +ID');
    )
    
  3. or download this
    for my $t ($som->valueof('//get_ManufacturerListResult/Manufacturers/M
    +anufacturer'))
    {
    
    }