On Feb 1, 12:38 am, "Hendrik van Rooyen" wrote:
> "flagg" 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 t
"flagg" 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
>record (I am u
Quoth flagg :
> 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
> record (I am us
On Jan 30, 8:12 pm, rdmur...@bitdance.com wrote:
> Quoth 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 re
On Jan 30, 11:59 pm, flagg 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 what the other guy