Re: [xwt-users] RPC/servlet session state with XWT?
[email protected] Wed, 24 Sep 2003 12:49:32 -0400
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
Quoting Emiliano Heyns <[email protected]>: > On Sun, Sep 21, 2003 at 01:07:00PM -0700, Tupshin Harper wrote: > > > Certainly Perl has a full set of SOAP and XML-RPC services (See > > http://www.soaplite.com and http://www.blackperl.com/RPC::XML/), and can > > run comfortably via CGI or mod_perl interfaces with apache installed as > > a service. > > I'd prefer not to use apache if possible... not really simple for a > Windows neophite to install and maintain. I'd probably want something > where I could have my own app add vhosts on the fly. How about Zope? http://www.zope.org Zope is Python-based and natively supports XML-RPC (not sure about SOAP at this time). There is a Windows installer and the administration is through a browser. A How-To on XML-RPC in Zope is available at http://www.zope.org/Members/Amos/XML-RPC . There are other XML-RPC links at http://www.zope.org/search?SearchableText=xml-rpc . Wayne