Re: SimpleXMLRPCServer question

2009-02-01 Thread Hendrik van Rooyen
flagg iana.@gmail.com wrote: Let me see if i can elaborate on the requirements. I have 20+ different zone files. I want the xmlrpc server to be able to determine what zone file to open by looking at the incoming xml request. For example one of the functions I have now is to show a DNS

Re: SimpleXMLRPCServer question

2009-02-01 Thread flagg
On Feb 1, 12:38 am, Hendrik van Rooyen m...@microcorp.co.za wrote:  flagg iana.@gmail.com wrote: Let me see if i can elaborate on the requirements.  I have 20+ different zone files.  I want the xmlrpc server to be able to determine what zone file to open by looking at the incoming xml

Re: SimpleXMLRPCServer question

2009-01-31 Thread andrew cooke
On Jan 30, 11:59 pm, flagg ianand0...@gmail.com wrote: I am working on a very basic xmlrpc server, which will expose certain functions for administering BIND zone files.  The big problem I am having is parsing the incoming xmlrpc request.  Basically part of the [...] at the risk of repeating

Re: SimpleXMLRPCServer question

2009-01-31 Thread flagg
On Jan 30, 8:12 pm, rdmur...@bitdance.com wrote: Quoth flagg ianand0...@gmail.com: I am working on a very basic xmlrpc server, which will expose certain functions for administering BIND zone files.  The big problem I am having is parsing the incoming xmlrpc request.  Basically part of the

Re: SimpleXMLRPCServer question

2009-01-31 Thread rdmurray
Quoth flagg ianand0...@gmail.com: Let me see if i can elaborate on the requirements. I have 20+ different zone files. I want the xmlrpc server to be able to determine what zone file to open by looking at the incoming xml request. For example one of the functions I have now is to show a DNS

SimpleXMLRPCServer question

2009-01-30 Thread flagg
I am working on a very basic xmlrpc server, which will expose certain functions for administering BIND zone files. The big problem I am having is parsing the incoming xmlrpc request. Basically part of the xmlrpc request will help deterime which zone file is edited.I have been looking at the

SimpleXMLRPCServer question

2009-01-30 Thread rdmurray
Quoth flagg ianand0...@gmail.com: I am working on a very basic xmlrpc server, which will expose certain functions for administering BIND zone files. The big problem I am having is parsing the incoming xmlrpc request. Basically part of the xmlrpc request will help deterime which zone file is

Another SimpleXMLRPCServer question.

2006-04-18 Thread Jose Carlos Balderas Alberico
Let's hope this is my last question on the matter. I'm implementing a SimpleXMLRPCServer, and last week I had a problem John helped me solve. The thing is that my server is to be called from a remote machine, so when declaring the instance, the line (localhost, 8000) wouldn't work because it would