Re: Problems with XML_Client.pm

From: Vladimir Jebelev (vlad@vladathome.com)
Date: Fri Dec 01 2000 - 02:24:10 EST


I looked at the log on horizon:

you are calling 'register_domain' and in your request, instead of:
  'nameserver_list' =>
   [{'sortorder' => '1',
     'name' => 'ns1.domaindirect.com'
    },
    {'sortorder' => '2',
     'name' => 'ns1.domaindirect.com'
    }]

shows up:
  'nameserver_list' =>
    [[{'sortorder' => '1',
       'name' => 'ns1.domaindirect.com'
      },
      {'sortorder' => '2',
       'name' => 'ns2.domaindirect.com'}
    ]]

The openSRS front-end server gets confused and shuts down the connection,
you get no data back. Could have given you a better diagnostics, I
agree...

Vlad Jebelev
OpenSRS developer

On Fri, 1 Dec 2000, Chip Yamasaki - BuyDomains.com wrote:

> I've been pulling my hair out over XML_Client.pm and could sure use some
> help.
>
> Basically, I'm driving it from my own Perl script on a Linux box and I'm
> having some degree of success, but hitting a wall. I've littered
> XML_Client.pm and OPS.pm with debugging statements and have determined that,
> while it IS authenticating just fine, the registration command that I'm
> sending is resulting in the OPS->read_data method reading 0 bytes.
>
> Anybody have any experience with this problem and maybe a solution?
>



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:36:08 EDT