Re: [Zope3-Users] Programmatically discovering XML-RPC methods?

2005-06-28 Thread Stephan Richter
On Tuesday 28 June 2005 11:37, Alec Munro wrote:
> I'm wondering if there's a way to programmatically discover XML-RPC
> methods? I'm very new to the subject, so if there's something obvious,
> please point it out.

The XML-RPC standard specifies such a discovery command, as far as I remember. 
But I am positive we did not implement it in Zope 3.

> If there isn't an obvious way, I was wondering if it would make sense
> to write an XML-RPC view for the introspector?

No, not the introspector; it is only meant for documentation, not for 
features. You should implement the XML-RPC variant and check it into Zope 3's 
core.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Programmatically discovering XML-RPC methods?

2005-06-28 Thread Alec Munro
Hi list,

I'm wondering if there's a way to programmatically discover XML-RPC methods?
I'm very new to the subject, so if there's something obvious, please
point it out.
If there isn't an obvious way, I was wondering if it would make sense
to write an XML-RPC view for the introspector?

Thanks,

Alec Munro
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users