On Wed, 2010-06-30 at 09:23 -0400, csev wrote: > I have trolled through the code of the various features, looking for a > simple code sequence to call a server-side service from a feature and > get a response. I expect there is some simply and elegant utility bit > I have not yet found.
<snip> > This gives me "Unknown RPC service: ims.getInfo". I am sure that I am > just missing some obvious pattern. gadgets.rpc is for calling client-side rpc services (javascript services registered in the container hosting the gadget). you might be looking for the gadgets.io.* methods http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml#rfc.section.12.2 Tim Wintle
