Re: [Webware-devel] 0.8 b2 issues.

2003-01-28 Thread Stuart Donaldson
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

Re: [Webware-devel] 0.8 b2 issues.

2003-01-28 Thread Ian Bicking
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

[Webware-devel] 0.8 b2 issues.

2003-01-28 Thread Stuart Donaldson
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()

RE: [Webware-devel] XMLRPC / SOAP

2003-01-28 Thread Ian Bicking
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

RE: [Webware-devel] XMLRPC / SOAP

2003-01-28 Thread Russel A. von Blanck
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

RE: [Webware-devel] WebKit/AppServer.bat in CVS hosed

2003-01-28 Thread Geoffrey Talvola
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

RE: [Webware-devel] XMLRPC / SOAP

2003-01-28 Thread Geoffrey Talvola
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

[Webware-devel] XMLRPC / SOAP

2003-01-28 Thread Russel A. von Blanck
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