Hello, I had the same kind of problems before. The right value is zero (0) because it's refering to the contacts array. You only have ONE user in the contacts array and the key is zero. The values in the contact_set must match the keys in the contacts array.
Your cryptic error "Unknown error happened during process of the request" is probably due to something else than contacts. It could be something simple. Once I had this error because I had spelled "biling" with only one "L" instead of 2 and I got this same cryptic response. You might want to post your entire XML here and even send a copy to [EMAIL PROTECTED] as they will likely be able to help. If you XML contains sensitive or confidential information, consider simply contacting [EMAIL PROTECTED] Hope this helps. Soabirw wrote: > Having a problem processing DNS Orders because of the contact information. I > have a User ID and Contact ID properly setup in the system, for this example > "12345" will be my contact ID. I have 'contacts' setup like this: > <item key='attributes'> > <dt_assoc> > <item key="contacts"> > <dt_array> > <item key="0"> > <dt_assoc> > <item key="id">12345</item> > </dt_assoc> > </item> > </dt_array> > </item> > ... > </item> > > If I leave out the 'contact_set' I get a message saying I'm trying to create > an order without any contact info. So I entered that like this: > > <item key="create_items"> > <dt_array> > <item key="0"> > <dt_assoc> > <item key="contact_set"> > <dt_assoc> > <item key="admin">12345</item> > <item key="tech">12345</item> > <item key="billing">12345</item> > </dt_assoc> > </item> > ... > </dt_assoc> > </item> > </dt_array> > </item> > > That gives me an error saying "Invalid contact link value [12345] for > [billing] contact". If I leave them at 0 like the example in the API docs it > says, "Unknown error happened during process of the request". > > I'm really at a loss here. > _______________________________________________ > domains-dev mailing list > [email protected] > http://discuss.tucows.com/mailman/listinfo/domains-dev -- Christian Roy <[EMAIL PROTECTED]> Station InfiniWeb inc. http://www.infiniweb.ca/ /* Commerce électronique - Sites Web - Développement de solutions Web */ /* e-Commerce - Websites - Web Solutions development */ _______________________________________________ domains-dev mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-dev
