Hi,
first of all, I'm working in the test-platform.
Now the problem:
When I check the availability of a domain e.g. trekkie.info, the RPC gives this
back:
Array
(
[1] => xmlrpcval Object
(
[me] => Array
(
[boolean] => 1
)
[mytype] => 1
[_php_class] => NULL OR ""
)
[value] => xmlrpcval Object
(
[me] => Array
(
[boolean] => 1
)
[mytype] => 1
[_php_class] => NULL OR ""
)
[0] => trekkie.info
[key] => trekkie.info
)
So I guess my syntax should be right. The actually problem is, that trekkie.info
is already registered (my private domain) so the RPC should return boolean false
instead of true.
I tested it with some ohter domains and the result was the same.
The other issue is when I call domain_create with .eu domains. The RPC returns
no error or something like that but the correct operation ID like described in
the documentation. When I now call domain_list are all .eu domains not listed.
My testdomain is hksahfkjahfkjahaf.eu. The returned ID is 2444.
Are this behaviors correct or am I doing a mistake?
Greetings
Uwe Elflein
Gandi API: domain availability and domain registration bugs?
In topic: domain availability and domain registration bugs?
You should be logged in to post new messages. Create an account.
- From: Uwe Elflein
- Date: on 2007 Mar. 8 13:13
- Subject: domain availability and domain registration bugs?