Hello,
I'm trying to create a new gmail contact by request Httppost.
I create this body request:
 
 <atom:entry xmlns:atom='http://www.w3.org/2005/Atom' 
xmlns:gd='http://schemas.google.com/g/2005'>
   <atom:category scheme='http://schemas.google.com/g/2005#kind' 
term='http://schemas.google.com/contact/2008#contact'/>
   <gd:name>
      <gd:givenName>aaa</gd:givenName>
      <gd:familyName>ccc</gd:familyName>
      <gd:fullName>ccc</gd:fullName>
   </gd:name>
   <atom:content type='text'>Notes</atom:content>
   <gd:email rel='http://schemas.google.com/g/2005#work' primary='true' 
address='[email protected]' displayName='E. Bennet'/>
   <gd:email rel='http://schemas.google.com/g/2005#home' 
address='[email protected]'/>
   <gd:phoneNumber rel='http://schemas.google.com/g/2005#work' 
primary='true'>1111</gd:phoneNumber>
   <gd:phoneNumber 
rel='http://schemas.google.com/g/2005#home'>2222</gd:phoneNumber>
   <gd:im 
address='[email protected]'protocol='http://schemas.google.com/g/2005#GOOGLE_TALK' 
primary='true' 
rel='http://schemas.google.com/g/2005#home'/>
 </atom:entry>
 
The response is "Http/1.1 201 Created". If I go on gmail I see the new 
contact but the names are empty (givenName,familyName and fullname).
Is there something of wrong in my request ?
I have get this request xml from 
https://developers.google.com/google-apps/contacts/v3/ 
 
Thanks
Andrea
 

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to