Re: How to Implement an XMLRPC Server in Python?

2008-10-29 Thread Zix
On Oct 29, 11:26 pm, "Daniel Fetchinson" <[EMAIL PROTECTED]> wrote: > These pages might be useful, they include example code: Thanks Daniel, they do help. On Oct 29, 11:42 pm, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > Why did you decide to "expose" a web service through xmlrpc instead of > ac

How to Implement an XMLRPC Server in Python?

2008-10-29 Thread Zix
Hello, I am a newbie to python and trying to get a hang of some of its advanced features through an application I am building. Basically, I'd like to build a weather forecasting web service. The clients should be able to query the service with a location and date and get back the weather forecast.