- or download this
<s:element name="GetMarketClassifiersResponse">
<s:complexType>
...
</s:sequence>
</s:complexType>
</s:element>
- or download this
<SpecificClassification xmlns="http://seek.com.au/SpecificClassificati
+on.xsd">
<list id="list-1" value="Location" multiSelect="false">
...
</listItem>
</list>
</SpecificClassification>
- or download this
use SOAP::Lite ;
+
...
{
print $item->attr->{id},"\n";
}