Ian Bicking wrote:
On Tue, 2003-01-28 at 20:29, Stuart Donaldson wrote:
** Regarding the SessionMemoryStore and saving to disk. **
It appears unlikely from the e-mail thread that many people are using
the SessionMemoryStore relying on the save to disk behavior. The
direction I
On Tue, 2003-01-28 at 20:29, Stuart Donaldson wrote:
> ** Regarding the SessionMemoryStore and saving to disk. **
>
> It appears unlikely from the e-mail thread that many people are using
> the SessionMemoryStore relying on the save to disk behavior. The
> direction I think we are leaning is to
I am trying to stick to the plan outlined a couple weeks ago on the 0.8
release. The goal being to get the mostly stable current development
version in CVS released as 0.8 in the near future.
There are a couple of recent issues that I wanted to touch on.
** Regarding the Page.writeDocType()
On Tue, 2003-01-28 at 11:55, Russel A. von Blanck wrote:
> I did get a chance after I sent the email to investigate the example. The
> XML-RPC works great. However, .NET programmers in my organization are
> requesting for WebServices compliant calls as well as WSDL definitions. I
> know that SOA
I did get a chance after I sent the email to investigate the example. The
XML-RPC works great. However, .NET programmers in my organization are
requesting for WebServices compliant calls as well as WSDL definitions. I
know that SOAP came from XML-RPC, but SOAP extensions require more
information
I just fixed it in CVS. I'm not sure why CVS was broken but the 0.8b1
release wasn't, because it's definitely been broken in CVS since October.
- Geoff
> -Original Message-
> From: Roger Haase [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 9:37 PM
> To: Webware devel
> Subje
Yes, Webware provides XML-RPC and also a Python-specific PickleRPC. See
WebKit/Examples/XMLRPCExample.py and WebKit/Examples/PickleRPCExample.py for
examples. Very easy to use.
- Geoff
> -Original Message-
> From: Russel A. von Blanck [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 2
We have been successfully using Webware for sometime for some of our web
applications, but now are interested making available web services or
XML-RPC methods. We know we can use SOAPy or other webservices written for
python, but they tend to use the standard HTTP server. We need to utilize a
CGI