On 07:38 pm, [email protected] wrote: >How can my server utilize other web services? Is there part of the >framework >to do this, or should I just write a mini-client? > >Basically, I want to use a very simple web service, a url with a couple >of >params, and I get back xml or json data. > >Sorry for fundamental nature of this question. Perhaps I should be >redirected to a book or docs, but the docs are pretty large and I am >just >getting my feet wet.
http://twistedmatrix.com/documents/current/api/twisted.web.client.getPage.html is probably what you're looking for. http://twistedmatrix.com/projects/web/documentation/examples/getpage.py demonstrates its usage. Jean-Paul _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
