Re: [Twisted-Python] Farming off work to other web services

2009-11-18 Thread exarkun
On 07:38 pm, ted.peder...@gmail.com 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. > >

[Twisted-Python] Farming off work to other web services

2009-11-18 Thread Ted Pederson
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