Blame gdata/tests/traces/contacts/contact-insert

Packit 4b6dd7
> POST /m8/feeds/contacts/default/full HTTP/1.1
Packit 4b6dd7
> Soup-Debug-Timestamp: 1415489531
Packit 4b6dd7
> Soup-Debug: SoupSession 1 (0x15cd240), SoupMessage 4 (0x182f550), SoupSocket 4 (0x18d5c10)
Packit 4b6dd7
> Host: www.google.com
Packit 4b6dd7
> Authorization: Bearer ya29.uACgkznYPDckPkHNMU2MF2gRNGrNKqsjnalf5jZmQ0jV9jcp297YMiQop53msSbUJi5poX8LolhsSw
Packit 4b6dd7
> GData-Version: 3
Packit 4b6dd7
> Content-Type: application/atom+xml
Packit 4b6dd7
> Accept-Encoding: gzip, deflate
Packit 4b6dd7
> User-Agent: libgdata/0.17.0 - gzip
Packit 4b6dd7
> Connection: Keep-Alive
Packit 4b6dd7
> 
Packit 4b6dd7
> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gContact='http://schemas.google.com/contact/2008' xmlns:gd='http://schemas.google.com/g/2005' xmlns:app='http://www.w3.org/2007/app'><title type='text'>John Smith</title><content type='text'>Notes</content><category term='http://schemas.google.com/contact/2008#contact' scheme='http://schemas.google.com/g/2005#kind'/><gd:name><gd:givenName>John</gd:givenName><gd:familyName>Smith</gd:familyName><gd:fullName>John Smith</gd:fullName></gd:name><gd:email address='liz@gmail.com' rel='http://schemas.google.com/g/2005#work' primary='false'/><gd:email address='liz@example.org' rel='http://schemas.google.com/g/2005#home' primary='false'/><gd:im address='liz@gmail.com' protocol='http://schemas.google.com/g/2005#GOOGLE_TALK' rel='http://schemas.google.com/g/2005#home' primary='false'/><gd:phoneNumber rel='http://schemas.google.com/g/2005#work' primary='true'>(206)555-1212</gd:phoneNumber><gd:phoneNumber rel='http://schemas.google.com/g/2005#home' primary='false'>(206)555-1213</gd:phoneNumber><gd:structuredPostalAddress rel='http://schemas.google.com/g/2005#work' primary='true'><gd:street>1600 Amphitheatre Pkwy Mountain View</gd:street></gd:structuredPostalAddress><gd:organization rel='http://schemas.google.com/g/2005#work' primary='false'><gd:orgName>OrgCorp</gd:orgName><gd:orgTitle>President</gd:orgTitle></gd:organization><gContact:jot rel='other'>This is a jot.</gContact:jot><gContact:relation rel='friend'>Brian Haddock</gContact:relation><gContact:website href='http://example.com/' rel='profile' primary='true'/><gContact:event rel='anniversary'><gd:when startTime='1900-01-01'/></gContact:event><gContact:calendarLink href='http://calendar.example.com/' rel='home' primary='true'/><gContact:externalId value='Number Six' rel='organization'/><gContact:language code='en-GB'/><gd:extendedProperty name='CALURI'>http://example.com/</gd:extendedProperty><gContact:userDefinedField key='Favourite colour' value='Blue'/><gContact:userDefinedField key='My notes' value=''/><gContact:userDefinedField key='Owes me' value='£10'/><gContact:userDefinedField key='' value='Foo'/><gContact:hobby>Rowing</gContact:hobby><gContact:nickname>Big J</gContact:nickname><gContact:fileAs>J, Big</gContact:fileAs><gContact:birthday when='--01-01'/><gContact:billingInformation>Big J Enterprises, Ltd.</gContact:billingInformation><gContact:directoryServer>This is a server</gContact:directoryServer><gContact:gender value='male'/><gContact:initials>A. B. C.</gContact:initials><gContact:maidenName>Smith</gContact:maidenName><gContact:mileage>12km</gContact:mileage><gContact:occupation>Professional bum</gContact:occupation><gContact:priority rel='high'/><gContact:sensitivity rel='personal'/><gContact:shortName>Jon</gContact:shortName><gContact:subject>Charity work</gContact:subject></entry>
Packit 4b6dd7
  
Packit 4b6dd7
< HTTP/1.1 201 Created
Packit 4b6dd7
< Soup-Debug-Timestamp: 1415489531
Packit 4b6dd7
< Soup-Debug: SoupMessage 4 (0x182f550)
Packit 4b6dd7
< ETag: "QHo8cDVSLit7I2A9XRdWFEUDQgc."
Packit 4b6dd7
< Vary: Origin
Packit 4b6dd7
< Vary: Referer
Packit 4b6dd7
< Vary: X-Origin
Packit 4b6dd7
< Content-Type: application/atom+xml; charset=UTF-8
Packit 4b6dd7
< Date: Sat, 08 Nov 2014 23:32:11 GMT
Packit 4b6dd7
< Expires: Sat, 08 Nov 2014 23:32:11 GMT
Packit 4b6dd7
< Cache-Control: private, max-age=0
Packit 4b6dd7
< X-Content-Type-Options: nosniff
Packit 4b6dd7
< X-Frame-Options: SAMEORIGIN
Packit 4b6dd7
< X-XSS-Protection: 1; mode=block
Packit 4b6dd7
< Server: GSE
Packit 4b6dd7
< Content-Encoding: gzip
Packit 4b6dd7
< Alternate-Protocol: 443:quic,p=0.01
Packit 4b6dd7
< Transfer-Encoding: chunked
Packit 4b6dd7
< 
Packit 4b6dd7
< 
Packit 4b6dd7
< <entry gd:etag=""QHo8cDVSLit7I2A9XRdWFEUDQgc."" xmlns="http://www.w3.org/2005/Atom" xmlns:batch="http://schemas.google.com/gdata/batch" xmlns:gContact="http://schemas.google.com/contact/2008" xmlns:gd="http://schemas.google.com/g/2005">
Packit 4b6dd7
<  <id>http://www.google.com/m8/feeds/contacts/libgdata.test%40googlemail.com/base/3d8219568aedc2a9</id>
Packit 4b6dd7
<  <updated>2014-11-08T23:32:11.478Z</updated>
Packit 4b6dd7
<  <app:edited xmlns:app="http://www.w3.org/2007/app">2014-11-08T23:32:11.478Z</app:edited>
Packit 4b6dd7
<  <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact"/>
Packit 4b6dd7
<  <title>John Smith</title>
Packit 4b6dd7
<  <content>Notes</content>
Packit 4b6dd7
<  <link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/libgdata.test%40googlemail.com/3d8219568aedc2a9"/>
Packit 4b6dd7
<  <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/libgdata.test%40googlemail.com/full/3d8219568aedc2a9"/>
Packit 4b6dd7
<  <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/libgdata.test%40googlemail.com/full/3d8219568aedc2a9"/>
Packit 4b6dd7
<  <gd:name>
Packit 4b6dd7
<   <gd:fullName>John Smith</gd:fullName>
Packit 4b6dd7
<   <gd:givenName>John</gd:givenName>
Packit 4b6dd7
<   <gd:familyName>Smith</gd:familyName>
Packit 4b6dd7
<  </gd:name>
Packit 4b6dd7
<  <gContact:nickname>Big J</gContact:nickname>
Packit 4b6dd7
<  <gContact:initials>A. B. C.</gContact:initials>
Packit 4b6dd7
<  <gContact:shortName>Jon</gContact:shortName>
Packit 4b6dd7
<  <gContact:maidenName>Smith</gContact:maidenName>
Packit 4b6dd7
<  <gContact:gender value="male"/>
Packit 4b6dd7
<  <gContact:birthday when="--01-01"/>
Packit 4b6dd7
<  <gContact:occupation>Professional bum</gContact:occupation>
Packit 4b6dd7
<  <gContact:billingInformation>Big J Enterprises, Ltd.</gContact:billingInformation>
Packit 4b6dd7
<  <gContact:mileage>12km</gContact:mileage>
Packit 4b6dd7
<  <gContact:directoryServer>This is a server</gContact:directoryServer>
Packit 4b6dd7
<  <gContact:subject>Charity work</gContact:subject>
Packit 4b6dd7
<  <gContact:fileAs>J, Big</gContact:fileAs>
Packit 4b6dd7
<  <gd:organization rel="http://schemas.google.com/g/2005#work">
Packit 4b6dd7
<   <gd:orgName>OrgCorp</gd:orgName>
Packit 4b6dd7
<   <gd:orgTitle>President</gd:orgTitle>
Packit 4b6dd7
<  </gd:organization>
Packit 4b6dd7
<  <gd:email rel="http://schemas.google.com/g/2005#work" address="liz@gmail.com"/>
Packit 4b6dd7
<  <gd:email rel="http://schemas.google.com/g/2005#home" address="liz@example.org"/>
Packit 4b6dd7
<  <gd:im address="liz@gmail.com" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK" rel="http://schemas.google.com/g/2005#home"/>
Packit 4b6dd7
<  <gd:phoneNumber rel="http://schemas.google.com/g/2005#work" primary="true">(206)555-1212</gd:phoneNumber>
Packit 4b6dd7
<  <gd:phoneNumber rel="http://schemas.google.com/g/2005#home">(206)555-1213</gd:phoneNumber>
Packit 4b6dd7
<  <gd:structuredPostalAddress rel="http://schemas.google.com/g/2005#work" primary="true">
Packit 4b6dd7
<   <gd:formattedAddress>1600 Amphitheatre Pkwy Mountain View</gd:formattedAddress>
Packit 4b6dd7
<   <gd:street>1600 Amphitheatre Pkwy Mountain View</gd:street>
Packit 4b6dd7
<  </gd:structuredPostalAddress>
Packit 4b6dd7
<  <gContact:event rel="anniversary">
Packit 4b6dd7
<   <gd:when startTime="1900-01-01"/>
Packit 4b6dd7
<  </gContact:event>
Packit 4b6dd7
<  <gContact:externalId rel="organization" value="Number Six"/>
Packit 4b6dd7
<  <gContact:relation rel="friend">Brian Haddock</gContact:relation>
Packit 4b6dd7
<  <gContact:userDefinedField key="Favourite colour" value="Blue"/>
Packit 4b6dd7
<  <gContact:userDefinedField key="My notes" value=""/>
Packit 4b6dd7
<  <gContact:userDefinedField key="Owes me" value="£10"/>
Packit 4b6dd7
<  <gContact:userDefinedField key="" value="Foo"/>
Packit 4b6dd7
<  <gContact:website href="http://example.com/" primary="true" rel="profile"/>
Packit 4b6dd7
<  <gContact:calendarLink primary="true" href="http://calendar.example.com/" rel="home"/>
Packit 4b6dd7
<  <gContact:language code="en-GB"/>
Packit 4b6dd7
<  <gContact:jot rel="other">This is a jot.</gContact:jot>
Packit 4b6dd7
<  <gContact:hobby>Rowing</gContact:hobby>
Packit 4b6dd7
<  <gd:extendedProperty name="CALURI">http://example.com/</gd:extendedProperty>
Packit 4b6dd7
< </entry>
Packit 4b6dd7