Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: How to access elements that SOAP::Lite Returns

by Anonymous Monk
on Dec 01, 2006 at 02:38 UTC ( [id://587102]=note: print w/replies, xml ) Need Help??


in reply to Re: How to access elements that SOAP::Lite Returns
in thread How to access elements that SOAP::Lite Returns

Thanks, That was really helpful. The choices SOAP::Lite makes for the data structure seem entirely random (Hash or Array?!!) and unpredictable to me, so I just chose to get XML and parse it this way. It works for now. I'm open to more elegant solutions, but it works.
foreach my $campaign (@{$output->{'SOAP-ENV:Body'}->{APIResponse}->{ClickFraudReport}-> +{Campaigns}->{Campaign}} ) { print "\n\n"; print " Campaign: $campaign->{Name}\n"; print " Cost: $campaign->{Cost}\n"; ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://587102]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found