[EMAIL PROTECTED] wrote: > Thanks to everyone in advance- > > Does anyone have the specifications for the 'check nameserver' function via > the opensrs api (i am using opensrsphp'. I see it listed in the xcp function > list but there is no documentation on it. Any help is appreciated- > Hey Sam,
The full spec is in the RRC is here: http://resellers.tucows.com/documentation/opensrs_api.pdf Are you just checking if the nameserver exists at a Registry? Here's a sample request for doing so: <?xml version='1.0' encoding='utf-8' standalone='no'?> <!DOCTYPE OPS_envelope SYSTEM 'ops.dtd'> <OPS_envelope> <header> <version>0.9</version> </header> <body> <data_block> <dt_assoc> <item key='protocol'>XCP</item> <item key='action'>REGISTRY_CHECK_NAMESERVER</item> <item key='object'>NAMESERVER</item> <item key='attributes'> <dt_assoc> <item key='tld'>.com</item> <item key='fqdn'>ns.domainsample.com</item> </dt_assoc> </item> </dt_assoc> </data_block> </body> </OPS_envelope> -andrewm _______________________________________________ domains-gen mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-gen
