Archive of UserLand's first discussion group, started October 5, 1998.

Re: base64 to the rescue!

Author:Dave Winer
Posted:1/19/1999; 7:02:09 AM
Topic:WDDX Annotated DTD
Msg #:2233 (In response to 2232)
Prev/Next:2232 / 2234

Another question: how do I pass a struct as an RPC argument in Frontier? (Tom Fürstner, our local Frontier guru is out of town)

Create a table. Add values to it. Include the table in your params list. Off the top of my head here's the code (I didn't test it.)

local (struct)
new (tabletype, @struct)
struct.val1 = clock.now ()
struct.val2 = "oh the buzzing of the bees"
local (params = {struct})
betty.rpc.client ("betty.userland.com", 80, "examples.doesnotexist", @params)





This page was archived on 6/13/2001; 4:47:22 PM.

© Copyright 1998-2001 UserLand Software, Inc.