We have been getting the following error response when attempting to register 
a new domain on the test server:

Array
        (
            [_OPS_version] => 0.9
            [object] => DOMAIN
            [response_text] => Fatal Server Error Occured
            [is_success] => 0
            [response_code] => 400
            [protocol] => XCP
            [action] => REPLY
        )

Below is the array sent to openSRS to register the domain...I have looked over 
the API extensively and have been unable to get anything but this generic 
error message.  From archived messages, this seems to typically be an error 
in the information sent to openSRS, but I am unable to find any sort of error 
in the array sent.  Thanks for any insight

Array
(
    [action] => sw_register
    [protocol] => XCP
    [object] => domain
    [registrant_ip] => 69.55.64.235
    [affiliate_id] => 
    [auto_renew] => 0
    [contact_set] => Array
        (
            [billing] => Array
                (
                    [first_name] => Test
                    [last_name] => Person
                    [org_name] => Testing, Inc.
                    [address1] => 72 Cascade Dr
                    [address2] => 
                    [address3] => 
                    [city] => Rochester
                    [state] => NY
                    [country] => US
                    [postal_code] => 14607
                    [phone] => +1.5852325670
                    [fax] => 
                    [email] => [EMAIL PROTECTED]
                    [url] => http://www.netsville.com
                )

            [admin] => Array
                (
                    [first_name] => Test
                    [last_name] => Person
                    [org_name] => Testing, Inc.
                    [address1] => 72 Cascade Dr
                    [address2] => 
                    [address3] => 
                    [city] => Rochester
                    [state] => NY
                    [country] => US
                    [postal_code] => 14607
                    [phone] => +1.5852325670
                    [fax] => 
                    [email] => [EMAIL PROTECTED]
                    [url] => http://www.netsville.com
                )

            [owner] => Array
                (
                    [first_name] => Test
                    [last_name] => Person
                    [org_name] => Testing, Inc.
                    [address1] => 72 Cascade Dr
                    [address2] => 
                    [address3] => 
                    [city] => Rochester
                    [state] => NY
                    [country] => US
                    [postal_code] => 14607
                    [phone] => +1.5852325670
                    [fax] => 
                    [email] => [EMAIL PROTECTED]
                    [url] => http://www.netsville.com
                )

            [tech] => Array
                (
                    [address1] => 72 Cascade Drive
                    [address2] => 2nd Floor
                    [address3] => 
                    [city] => Rochester
                    [state] => NY
                    [country] => US
                    [email] => [EMAIL PROTECTED]
                    [fax] => +1.5852324512
                    [first_name] => Domain
                    [last_name] => Administrator
                    [org_name] => Netsville
                    [phone] => +1.5852325670
                    [postal_code] => 14614
                    [url] => http://www.netsville.com
                )

        )

    [custom_nameservers] => 1
    [custom_tech_contact] => 1
    [domain] => pleasework.com
    [f_lock_domain] => 0
    [handle] => process
    [nameserver_list] => Array
        (
            [0] => Array
                (
                    [name] => ns1.netsville.com
                    [sortorder] => 1
                )

            [1] => Array
                (
                    [name] => ns2.netsville.com
                    [sortorder] => 2
                )

        )

    [period] => 2
    [reg_username] => dagentest
    [reg_password] => dagen01
    [reg_type] => new
)

-- 
Justin Dagen
Systems Administrator
Netsville, Inc.
http://www.netsville.com

Reply via email to