Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
standalone process to interact with the web
- From: deets at nospam.web.de (Diez B. Roggisch)
- Subject: standalone process to interact with the web
- Date: Wed, 01 Aug 2007 10:50:49 +0200
beginner wrote: > Hi Everyone, > > I am looking for a way to allow a standalone python process to easily > interactive with a few web pages. It has to be able to easily receive > requests from the web and post data to the web. > > I am thinking about implementing a standalone soap server, but I am > not sure which library is good. > > Any suggestions? Forget SOAP. Use XMLRPC. SOAP is bloated, not to interoperable and the last time I checked (has been a while though) the python-implementations were troublesome. http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple Diez
- Follow-Ups:
- standalone process to interact with the web
- From: beginner
- standalone process to interact with the web
- Prev by Date: Where do they tech Python officialy ?
- Next by Date: Problem with subprocess.Popen()
- Previous by thread: Free SMS from Computer Worldwide
- Next by thread: standalone process to interact with the web
- Index(es):