in reply to Of SOAP and men, aka "It's perfectly simple" they say
Update:
I did get the
to work. The code generated by stubmaker.pl contained this:use MarketSeg; print MarketSeg::GetMarketClassifiers('Main Exec');
Not sure what's the Rpc... version supposed to be good for, but if I copy the parameters => [...] from the RpcGetMarketClassifiers to the GetMarketClassifiers it starts to work. Erm, OK.my %methods = ( RpcGetMarketClassifiers => { endpoint => 'http://webservices.seek.com.au/marketsegment.asmx', soapaction => 'http://webservices.seek.com.au/RpcGetMarketClassifi +ers', uri => 'http://webservices.seek.com.au', parameters => [ SOAP::Data->new(name => 'marketSegment', type => 's:string', att +r => {}), ], }, GetMarketClassifiers => { endpoint => 'http://webservices.seek.com.au/marketsegment.asmx', soapaction => 'http://webservices.seek.com.au/GetMarketClassifiers +', uri => '', parameters => [ SOAP::Data->new(name => 'parameters', type => '', attr => {}), ], }, );
Jenda
|
We'd like to help you learn to help yourself Look around you, all you see are sympathetic eyes Stroll around the grounds until you feel at home -- P. Simon in Mrs. Robinson |
|
|---|