> I am having difficulties adding Nameserver domains using the API provided.
> 
> Each time I get a "Unable to verify existence of nameserver" despite
> having called "registry_add_ns".
> 
> We are providing a custom web interface for out clients to manage their
> domains and want to add a function for them to change their nameservers.
> 
> The code tries to add the nameserver they entered and if it gets back
> the "unable to .." error calls registry_add_ns.

Peter -

This is a great concept, I can see this making things much easier for end
users.  Were you able to solve this issue?

The current API manual says this is a Perl example:

my $request = {
    action => 'registry_add_ns',
    object => 'nameserver',
    attributes => {
        fqdn => 'n99.sandratest99.aero',
        tld => �.com�,
        all => 0
    }
};

So it looks like a simple call... This call is a tough one to test though.

-- 
John Keegan
[EMAIL PROTECTED]
http://RackShare.com


Reply via email to