Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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