I just started a project that will use XML-RPC (that is to say, I know nothing about it yet, but want to learn). This example from http://www.xmlrpc.com/stories/storyReader$7 indicates that parameters are (or can be named), so I would expect the DTML to find the names in REQUEST just like form fields. <struct> <member> <name>lowerBound</name> <value><i4>18</i4></value> </member> <member> <name>upperBound</name> <value><i4>139</i4></value> </member> </struct> -- Loren ----- Original Message ----- From: Robb Shecter <shecter@darmstadt.gmd.de> To: <zope@zope.org> Sent: February 11, 2000 11:40 AM Subject: [Zope] Getting paramters in DTML XMLRPC server?
Hi,
How does a DTML method get the XML-RPC paramters? These parameters aren't named, so I'm not sure where to get them from. The howto doesn't show this.
Thanks, Robb
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )