Hi, I have the latest (2.9.5) client software, I'm trying to go live  
with .eu, over on the discuss list it would seem that .eu  
registrations are working (except being queued).

My code looks something like:

         use OpenSRS::XML_Client qw(:default);

         my $ret;

         my $XML_Client = new OpenSRS::XML_Client(%OPENSRS);
         $XML_Client->login;

         my $xcp_request = {
                 action => "lookup",
                 object => "domain",
                 attributes => {
                         domain => $domain
                 },
         };

         my $lookup_results = $XML_Client->send_cmd( $xcp_request );

Now whatever domain I request I get this back:

response_text: No Registry Agents to service domain: [test.eu]  
(Supplier Unavailable)
is_success: 0
response_code: 720
attr status: invalid
attr noservice: 1

Is there something wrong with my request or my setup?

Thanks,
Duncan

_______________________________________________
domains-dev mailing list
domains-dev@discuss.tucows.com
http://discuss.tucows.com/mailman/listinfo/domains-dev

Reply via email to