- or download this
D:\Perl\bin\stubmaker.pl http://webservices.seek.com.au/marketsegment.
+asmx?wsdl
- or download this
use MarketSeg;
print MarketSeg::GetMarketClassifiers('Main Exec');
- or download this
-> call($method => map {@templates ? shift(@templates)->value($_
+) : $_} @_);
- or download this
-> call( SOAP::Data->name($method)->attr({xmlns => 'http://webse
+rvices.seek.com.au'}) => map {@templates ? shift(@templates)->value($
+_) : $_} @_);
- or download this
print MarketSeg::GetMarketClassifiers('Main Exec');
- or download this
my $params = SOAP::Data->new(name => 'marketSegment', value => 'Main E
+xec');
print MarketSeg::GetMarketClassifiers($params);