I added this code to help me tell where it's failing:
catch (GDataRequestException re)
{
System.Console.WriteLine(re);
System.Type t = re.Response.GetType();
System.Console.WriteLine(t.FullName);
System.Console.WriteLine
(re.Response.ContentType.ToString());
if (re.ResponseString != null)
{
System.Console.WriteLine(re.ResponseString);
}
System.Console.WriteLine
(re.Response.GetResponseStream().ToString());
}
On Jul 21, 8:51 am, Celebird <[email protected]> wrote:
> try a custom-item-type -- not vehciles --
> to verify item-type rules are not the issue;
> some item-types cannot use test values because
> they would violate specific item-type rules.
>
> even custom-item-types have attribute rules,
> such as with location attribute values, that
> may cause an insert to fail.
>
> what exactly does the inserted and returned xml look like?
> what errors are being seen? what does a packet-trace show?
> can you insert the item with the exact same xml using the
> demo?http://www.google.com/base/api/demo/html/demo.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---