Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Frontier::Client and <struct>

by dHarry (Abbot)
on Mar 23, 2011 at 09:49 UTC ( [id://894966]=note: print w/replies, xml ) Need Help??


in reply to Frontier::Client and <struct>

I think you get what you ask for:) XMLRPC supports arbitrary nested data structures. I have no experience with Frontier::Client, I assume you can format request and response by using the XMLRPC types array and struct. I think you can try something like:

my $result = $server->call('MyCall', {lowerBound => "one", upperBound +=> 'two'});

Cheers

Harry

UPDATE

Please ignore post, CountZero did not only beat me by at least half an hour, he also provided a working solution!

Log In?
Username:
Password:

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

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

    No recent polls found