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?
>