Help for this page

Select Code to Download


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