ruby_odata 0.1.6 → 0.2.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -0
  3. data/CHANGELOG.md +5 -0
  4. data/Gemfile +2 -0
  5. data/Guardfile +1 -1
  6. data/features/basic_auth.feature +13 -13
  7. data/features/cassettes/basic_auth_protected_resource.yml +22 -20
  8. data/features/cassettes/batch_request_additions.yml +26 -26
  9. data/features/cassettes/batch_request_deletes.yml +27 -27
  10. data/features/cassettes/batch_request_updates.yml +26 -26
  11. data/features/cassettes/clean_database_for_testing.yml +10 -10
  12. data/features/cassettes/cucumber_tags/basic_auth.yml +54 -163
  13. data/features/cassettes/cucumber_tags/batch_request.yml +229 -1118
  14. data/features/cassettes/cucumber_tags/complex_types.yml +81 -191
  15. data/features/cassettes/cucumber_tags/error_handling.yml +45 -33
  16. data/features/cassettes/cucumber_tags/query_builder.yml +555 -1248
  17. data/features/cassettes/cucumber_tags/service_manage.yml +216 -591
  18. data/features/cassettes/cucumber_tags/service_methods.yml +137 -412
  19. data/features/cassettes/cucumber_tags/ssl.yml +121 -117
  20. data/features/cassettes/cucumber_tags/type_conversion.yml +104 -170
  21. data/features/cassettes/service_manage_additions.yml +26 -28
  22. data/features/cassettes/service_manage_deletions.yml +21 -21
  23. data/features/cassettes/service_manage_deletions_2.yml +21 -21
  24. data/features/cassettes/unsecured_metadata.yml +14 -14
  25. data/features/service.feature +37 -37
  26. data/features/service_methods.feature +38 -38
  27. data/features/step_definitions/pickle_steps.rb +5 -5
  28. data/features/step_definitions/service_steps.rb +26 -26
  29. data/features/support/hooks.rb +3 -2
  30. data/features/support/vcr.rb +13 -13
  31. data/lib/ruby_odata.rb +4 -1
  32. data/lib/ruby_odata/association.rb +15 -8
  33. data/lib/ruby_odata/class_builder.rb +5 -1
  34. data/lib/ruby_odata/query_builder.rb +171 -173
  35. data/lib/ruby_odata/resource.rb +153 -0
  36. data/lib/ruby_odata/service.rb +30 -30
  37. data/lib/ruby_odata/version.rb +1 -1
  38. data/ruby_odata.gemspec +48 -43
  39. data/spec/association_spec.rb +15 -11
  40. data/spec/fixtures/decimal/metadata.xml +1 -0
  41. data/spec/fixtures/v4/edmx_metadata.xml +145 -0
  42. data/spec/fixtures/v4/result_categories.xml +0 -0
  43. data/spec/revised_service_spec.rb +16 -11
  44. data/spec/service_spec.rb +149 -114
  45. data/spec/service_v4_spec.rb +102 -0
  46. data/spec/spec_helper.rb +6 -1
  47. metadata +109 -32
  48. data/features/cassettes/cucumber_tags/service.yml +0 -234
@@ -2,32 +2,32 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products(1)?$expand=Category
5
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)?$expand=Category
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
- Accept:
11
- - ! '*/*; q=0.5, application/xml'
12
- Accept-Encoding:
13
- - gzip, deflate
14
10
  User-Agent:
15
11
  - Ruby
12
+ Accept:
13
+ - "*/*; q=0.5, application/xml"
14
+ Accept-Encoding:
15
+ - gzip,deflate
16
16
  response:
17
17
  status:
18
18
  code: 200
19
- message: OK
19
+ message: ''
20
20
  headers:
21
21
  Cache-Control:
22
- - no-cache
22
+ - private
23
23
  Content-Length:
24
- - '2343'
24
+ - '2356'
25
25
  Content-Type:
26
26
  - application/atom+xml;type=entry;charset=utf-8
27
27
  Server:
28
- - Microsoft-IIS/7.5
28
+ - Microsoft-IIS/8.0
29
29
  Set-Cookie:
30
- - ASP.NET_SessionId=tpn4yinia5hq1aiqecsj40ma; path=/; HttpOnly
30
+ - ASP.NET_SessionId=dapxxb2xd1xpvvqvcvziiath; path=/; HttpOnly
31
31
  X-Content-Type-Options:
32
32
  - nosniff
33
33
  Dataserviceversion:
@@ -37,60 +37,60 @@ http_interactions:
37
37
  X-Powered-By:
38
38
  - ASP.NET
39
39
  Date:
40
- - Tue, 07 Aug 2012 21:21:31 GMT
40
+ - Sun, 26 Apr 2015 16:29:32 GMT
41
41
  body:
42
- encoding: US-ASCII
43
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
42
+ encoding: UTF-8
43
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
44
44
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
45
45
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
46
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
46
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
47
47
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
48
48
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
49
- type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"><m:inline><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)</id><category
49
+ type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"><m:inline><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)</id><category
50
50
  term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
51
51
  /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
52
52
  type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
53
- /><title /><updated>2012-08-07T21:21:31Z</updated><author><name /></author><content
53
+ /><title /><updated>2015-04-26T16:29:32Z</updated><author><name /></author><content
54
54
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
55
55
  Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
56
- m:type="Edm.DateTime">2012-08-07T21:21:31.203</d:CreateDate><d:ModifiedDate
57
- m:type="Edm.DateTime">2012-08-07T21:21:31.203</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></m:inline></link><title
58
- /><updated>2012-08-07T21:21:31Z</updated><author><name /></author><content
56
+ m:type="Edm.DateTime">2015-04-26T16:29:31.647</d:CreateDate><d:ModifiedDate
57
+ m:type="Edm.DateTime">2015-04-26T16:29:31.647</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></m:inline></link><title
58
+ /><updated>2015-04-26T16:29:32Z</updated><author><name /></author><content
59
59
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Widget
60
- 0018</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
60
+ 0018</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
61
61
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
62
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:31.5</d:CreateDate><d:ModifiedDate
63
- m:type="Edm.DateTime">2012-08-07T21:21:31.5</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
64
- http_version: !!null
65
- recorded_at: Tue, 07 Aug 2012 21:21:31 GMT
62
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:32.253</d:CreateDate><d:ModifiedDate
63
+ m:type="Edm.DateTime">2015-04-26T16:29:32.253</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
64
+ http_version:
65
+ recorded_at: Sun, 26 Apr 2015 16:29:32 GMT
66
66
  - request:
67
67
  method: get
68
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$filter=Name%20eq%20'Test%20Product'
68
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$filter=Name%20eq%20'Test%20Product'
69
69
  body:
70
70
  encoding: US-ASCII
71
71
  string: ''
72
72
  headers:
73
- Accept:
74
- - ! '*/*; q=0.5, application/xml'
75
- Accept-Encoding:
76
- - gzip, deflate
77
73
  User-Agent:
78
74
  - Ruby
75
+ Accept:
76
+ - "*/*; q=0.5, application/xml"
77
+ Accept-Encoding:
78
+ - gzip,deflate
79
79
  response:
80
80
  status:
81
81
  code: 200
82
- message: OK
82
+ message: ''
83
83
  headers:
84
84
  Cache-Control:
85
- - no-cache
85
+ - private
86
86
  Content-Length:
87
- - '1635'
87
+ - '1645'
88
88
  Content-Type:
89
89
  - application/atom+xml;type=feed;charset=utf-8
90
90
  Server:
91
- - Microsoft-IIS/7.5
91
+ - Microsoft-IIS/8.0
92
92
  Set-Cookie:
93
- - ASP.NET_SessionId=mnsk3xtwpusy1fgehrcumb5n; path=/; HttpOnly
93
+ - ASP.NET_SessionId=ftwxwvm5ykwsv0lfcu0lepvm; path=/; HttpOnly
94
94
  X-Content-Type-Options:
95
95
  - nosniff
96
96
  Dataserviceversion:
@@ -100,54 +100,54 @@ http_interactions:
100
100
  X-Powered-By:
101
101
  - ASP.NET
102
102
  Date:
103
- - Tue, 07 Aug 2012 21:21:31 GMT
103
+ - Sun, 26 Apr 2015 16:29:32 GMT
104
104
  body:
105
- encoding: US-ASCII
106
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
105
+ encoding: UTF-8
106
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
107
107
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
108
108
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
109
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
110
- type="text">Products</title><updated>2012-08-07T21:21:32Z</updated><link rel="self"
111
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
109
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
110
+ type="text">Products</title><updated>2015-04-26T16:29:32Z</updated><link rel="self"
111
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
112
112
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
113
113
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
114
114
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
115
- /><title /><updated>2012-08-07T21:21:32Z</updated><author><name /></author><content
115
+ /><title /><updated>2015-04-26T16:29:32Z</updated><author><name /></author><content
116
116
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
117
- Product</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
117
+ Product</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
118
118
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
119
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:32.093</d:CreateDate><d:ModifiedDate
120
- m:type="Edm.DateTime">2012-08-07T21:21:32.093</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
121
- http_version: !!null
122
- recorded_at: Tue, 07 Aug 2012 21:21:32 GMT
119
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:32.847</d:CreateDate><d:ModifiedDate
120
+ m:type="Edm.DateTime">2015-04-26T16:29:32.847</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
121
+ http_version:
122
+ recorded_at: Sun, 26 Apr 2015 16:29:32 GMT
123
123
  - request:
124
124
  method: get
125
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$orderby=Name
125
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$orderby=Name
126
126
  body:
127
127
  encoding: US-ASCII
128
128
  string: ''
129
129
  headers:
130
- Accept:
131
- - ! '*/*; q=0.5, application/xml'
132
- Accept-Encoding:
133
- - gzip, deflate
134
130
  User-Agent:
135
131
  - Ruby
132
+ Accept:
133
+ - "*/*; q=0.5, application/xml"
134
+ Accept-Encoding:
135
+ - gzip,deflate
136
136
  response:
137
137
  status:
138
138
  code: 200
139
- message: OK
139
+ message: ''
140
140
  headers:
141
141
  Cache-Control:
142
- - no-cache
142
+ - private
143
143
  Content-Length:
144
- - '5926'
144
+ - '5943'
145
145
  Content-Type:
146
146
  - application/atom+xml;type=feed;charset=utf-8
147
147
  Server:
148
- - Microsoft-IIS/7.5
148
+ - Microsoft-IIS/8.0
149
149
  Set-Cookie:
150
- - ASP.NET_SessionId=kb2vbfrm25f0ubprp33fixr4; path=/; HttpOnly
150
+ - ASP.NET_SessionId=nq4cdsl0bpschmwxolmei5wr; path=/; HttpOnly
151
151
  X-Content-Type-Options:
152
152
  - nosniff
153
153
  Dataserviceversion:
@@ -157,90 +157,90 @@ http_interactions:
157
157
  X-Powered-By:
158
158
  - ASP.NET
159
159
  Date:
160
- - Tue, 07 Aug 2012 21:21:33 GMT
160
+ - Sun, 26 Apr 2015 16:29:34 GMT
161
161
  body:
162
- encoding: US-ASCII
163
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
162
+ encoding: UTF-8
163
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
164
164
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
165
165
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
166
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
167
- type="text">Products</title><updated>2012-08-07T21:21:33Z</updated><link rel="self"
168
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
166
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
167
+ type="text">Products</title><updated>2015-04-26T16:29:34Z</updated><link rel="self"
168
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
169
169
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
170
170
  /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
171
171
  type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
172
- /><title /><updated>2012-08-07T21:21:33Z</updated><author><name /></author><content
172
+ /><title /><updated>2015-04-26T16:29:34Z</updated><author><name /></author><content
173
173
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
174
174
  1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
175
175
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
176
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:33.517</d:CreateDate><d:ModifiedDate
177
- m:type="Edm.DateTime">2012-08-07T21:21:33.517</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
176
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:34.63</d:CreateDate><d:ModifiedDate
177
+ m:type="Edm.DateTime">2015-04-26T16:29:34.63</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
178
178
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
179
179
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
180
180
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
181
- /><title /><updated>2012-08-07T21:21:33Z</updated><author><name /></author><content
181
+ /><title /><updated>2015-04-26T16:29:34Z</updated><author><name /></author><content
182
182
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
183
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
183
+ 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
184
184
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
185
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:32.657</d:CreateDate><d:ModifiedDate
186
- m:type="Edm.DateTime">2012-08-07T21:21:32.657</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
185
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:33.457</d:CreateDate><d:ModifiedDate
186
+ m:type="Edm.DateTime">2015-04-26T16:29:33.457</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(5)</id><category
187
187
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
188
188
  /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
189
189
  type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
190
- /><title /><updated>2012-08-07T21:21:33Z</updated><author><name /></author><content
190
+ /><title /><updated>2015-04-26T16:29:34Z</updated><author><name /></author><content
191
191
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
192
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
192
+ 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
193
193
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
194
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:33.86</d:CreateDate><d:ModifiedDate
195
- m:type="Edm.DateTime">2012-08-07T21:21:33.86</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
194
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:34.927</d:CreateDate><d:ModifiedDate
195
+ m:type="Edm.DateTime">2015-04-26T16:29:34.927</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
196
196
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
197
197
  /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
198
198
  type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
199
- /><title /><updated>2012-08-07T21:21:33Z</updated><author><name /></author><content
199
+ /><title /><updated>2015-04-26T16:29:34Z</updated><author><name /></author><content
200
200
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
201
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
201
+ 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
202
202
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
203
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:32.953</d:CreateDate><d:ModifiedDate
204
- m:type="Edm.DateTime">2012-08-07T21:21:32.953</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
203
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:33.957</d:CreateDate><d:ModifiedDate
204
+ m:type="Edm.DateTime">2015-04-26T16:29:33.957</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
205
205
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
206
206
  /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
207
207
  type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
208
- /><title /><updated>2012-08-07T21:21:33Z</updated><author><name /></author><content
208
+ /><title /><updated>2015-04-26T16:29:34Z</updated><author><name /></author><content
209
209
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
210
- 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
210
+ 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
211
211
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
212
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:33.267</d:CreateDate><d:ModifiedDate
213
- m:type="Edm.DateTime">2012-08-07T21:21:33.267</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
214
- http_version: !!null
215
- recorded_at: Tue, 07 Aug 2012 21:21:34 GMT
212
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:34.3</d:CreateDate><d:ModifiedDate
213
+ m:type="Edm.DateTime">2015-04-26T16:29:34.3</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
214
+ http_version:
215
+ recorded_at: Sun, 26 Apr 2015 16:29:35 GMT
216
216
  - request:
217
217
  method: get
218
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$orderby=Name%20desc
218
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$orderby=Name%20desc
219
219
  body:
220
220
  encoding: US-ASCII
221
221
  string: ''
222
222
  headers:
223
- Accept:
224
- - ! '*/*; q=0.5, application/xml'
225
- Accept-Encoding:
226
- - gzip, deflate
227
223
  User-Agent:
228
224
  - Ruby
225
+ Accept:
226
+ - "*/*; q=0.5, application/xml"
227
+ Accept-Encoding:
228
+ - gzip,deflate
229
229
  response:
230
230
  status:
231
231
  code: 200
232
- message: OK
232
+ message: ''
233
233
  headers:
234
234
  Cache-Control:
235
- - no-cache
235
+ - private
236
236
  Content-Length:
237
- - '5924'
237
+ - '5947'
238
238
  Content-Type:
239
239
  - application/atom+xml;type=feed;charset=utf-8
240
240
  Server:
241
- - Microsoft-IIS/7.5
241
+ - Microsoft-IIS/8.0
242
242
  Set-Cookie:
243
- - ASP.NET_SessionId=urtpcjkoelitt5vq1n23vdqg; path=/; HttpOnly
243
+ - ASP.NET_SessionId=4ctcp1ptnfsq2r02mamloibo; path=/; HttpOnly
244
244
  X-Content-Type-Options:
245
245
  - nosniff
246
246
  Dataserviceversion:
@@ -250,90 +250,90 @@ http_interactions:
250
250
  X-Powered-By:
251
251
  - ASP.NET
252
252
  Date:
253
- - Tue, 07 Aug 2012 21:21:35 GMT
253
+ - Sun, 26 Apr 2015 16:29:35 GMT
254
254
  body:
255
- encoding: US-ASCII
256
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
255
+ encoding: UTF-8
256
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
257
257
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
258
258
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
259
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
260
- type="text">Products</title><updated>2012-08-07T21:21:35Z</updated><link rel="self"
261
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
259
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
260
+ type="text">Products</title><updated>2015-04-26T16:29:36Z</updated><link rel="self"
261
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
262
262
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
263
263
  /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
264
264
  type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
265
- /><title /><updated>2012-08-07T21:21:35Z</updated><author><name /></author><content
265
+ /><title /><updated>2015-04-26T16:29:36Z</updated><author><name /></author><content
266
266
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
267
267
  5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
268
268
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
269
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:35.077</d:CreateDate><d:ModifiedDate
270
- m:type="Edm.DateTime">2012-08-07T21:21:35.077</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
269
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:36.113</d:CreateDate><d:ModifiedDate
270
+ m:type="Edm.DateTime">2015-04-26T16:29:36.113</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
271
271
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
272
272
  /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
273
273
  type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
274
- /><title /><updated>2012-08-07T21:21:35Z</updated><author><name /></author><content
274
+ /><title /><updated>2015-04-26T16:29:36Z</updated><author><name /></author><content
275
275
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
276
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
276
+ 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
277
277
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
278
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:34.717</d:CreateDate><d:ModifiedDate
279
- m:type="Edm.DateTime">2012-08-07T21:21:34.717</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
278
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:35.817</d:CreateDate><d:ModifiedDate
279
+ m:type="Edm.DateTime">2015-04-26T16:29:35.817</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(5)</id><category
280
280
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
281
281
  /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
282
282
  type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
283
- /><title /><updated>2012-08-07T21:21:35Z</updated><author><name /></author><content
283
+ /><title /><updated>2015-04-26T16:29:36Z</updated><author><name /></author><content
284
284
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
285
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
285
+ 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
286
286
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
287
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:35.61</d:CreateDate><d:ModifiedDate
288
- m:type="Edm.DateTime">2012-08-07T21:21:35.61</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
287
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:36.707</d:CreateDate><d:ModifiedDate
288
+ m:type="Edm.DateTime">2015-04-26T16:29:36.707</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
289
289
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
290
290
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
291
291
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
292
- /><title /><updated>2012-08-07T21:21:35Z</updated><author><name /></author><content
292
+ /><title /><updated>2015-04-26T16:29:36Z</updated><author><name /></author><content
293
293
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
294
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
294
+ 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
295
295
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
296
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:34.42</d:CreateDate><d:ModifiedDate
297
- m:type="Edm.DateTime">2012-08-07T21:21:34.42</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
296
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:35.503</d:CreateDate><d:ModifiedDate
297
+ m:type="Edm.DateTime">2015-04-26T16:29:35.503</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
298
298
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
299
299
  /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
300
300
  type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
301
- /><title /><updated>2012-08-07T21:21:35Z</updated><author><name /></author><content
301
+ /><title /><updated>2015-04-26T16:29:36Z</updated><author><name /></author><content
302
302
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
303
303
  1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
304
304
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
305
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:35.327</d:CreateDate><d:ModifiedDate
306
- m:type="Edm.DateTime">2012-08-07T21:21:35.327</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
307
- http_version: !!null
308
- recorded_at: Tue, 07 Aug 2012 21:21:35 GMT
305
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:36.41</d:CreateDate><d:ModifiedDate
306
+ m:type="Edm.DateTime">2015-04-26T16:29:36.41</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
307
+ http_version:
308
+ recorded_at: Sun, 26 Apr 2015 16:29:36 GMT
309
309
  - request:
310
310
  method: get
311
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$orderby=Name%20asc
311
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$orderby=Name%20asc
312
312
  body:
313
313
  encoding: US-ASCII
314
314
  string: ''
315
315
  headers:
316
- Accept:
317
- - ! '*/*; q=0.5, application/xml'
318
- Accept-Encoding:
319
- - gzip, deflate
320
316
  User-Agent:
321
317
  - Ruby
318
+ Accept:
319
+ - "*/*; q=0.5, application/xml"
320
+ Accept-Encoding:
321
+ - gzip,deflate
322
322
  response:
323
323
  status:
324
324
  code: 200
325
- message: OK
325
+ message: ''
326
326
  headers:
327
327
  Cache-Control:
328
- - no-cache
328
+ - private
329
329
  Content-Length:
330
- - '5926'
330
+ - '5951'
331
331
  Content-Type:
332
332
  - application/atom+xml;type=feed;charset=utf-8
333
333
  Server:
334
- - Microsoft-IIS/7.5
334
+ - Microsoft-IIS/8.0
335
335
  Set-Cookie:
336
- - ASP.NET_SessionId=rojo0vde52v5y2wxritac4pl; path=/; HttpOnly
336
+ - ASP.NET_SessionId=zzylh0ghivq310ifns1lkq3w; path=/; HttpOnly
337
337
  X-Content-Type-Options:
338
338
  - nosniff
339
339
  Dataserviceversion:
@@ -343,727 +343,90 @@ http_interactions:
343
343
  X-Powered-By:
344
344
  - ASP.NET
345
345
  Date:
346
- - Tue, 07 Aug 2012 21:21:37 GMT
346
+ - Sun, 26 Apr 2015 16:29:38 GMT
347
347
  body:
348
- encoding: US-ASCII
349
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
348
+ encoding: UTF-8
349
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
350
350
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
351
351
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
352
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
353
- type="text">Products</title><updated>2012-08-07T21:21:37Z</updated><link rel="self"
354
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
352
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
353
+ type="text">Products</title><updated>2015-04-26T16:29:38Z</updated><link rel="self"
354
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
355
355
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
356
356
  /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
357
357
  type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
358
- /><title /><updated>2012-08-07T21:21:37Z</updated><author><name /></author><content
358
+ /><title /><updated>2015-04-26T16:29:38Z</updated><author><name /></author><content
359
359
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
360
- 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
360
+ 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
361
361
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
362
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:37.063</d:CreateDate><d:ModifiedDate
363
- m:type="Edm.DateTime">2012-08-07T21:21:37.063</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
362
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:38.397</d:CreateDate><d:ModifiedDate
363
+ m:type="Edm.DateTime">2015-04-26T16:29:38.397</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
364
364
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
365
365
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
366
366
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
367
- /><title /><updated>2012-08-07T21:21:37Z</updated><author><name /></author><content
367
+ /><title /><updated>2015-04-26T16:29:38Z</updated><author><name /></author><content
368
368
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
369
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
369
+ 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
370
370
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
371
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:36.217</d:CreateDate><d:ModifiedDate
372
- m:type="Edm.DateTime">2012-08-07T21:21:36.217</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
371
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:37.287</d:CreateDate><d:ModifiedDate
372
+ m:type="Edm.DateTime">2015-04-26T16:29:37.287</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(5)</id><category
373
373
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
374
374
  /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
375
375
  type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
376
- /><title /><updated>2012-08-07T21:21:37Z</updated><author><name /></author><content
376
+ /><title /><updated>2015-04-26T16:29:38Z</updated><author><name /></author><content
377
377
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
378
378
  3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
379
379
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
380
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:37.36</d:CreateDate><d:ModifiedDate
381
- m:type="Edm.DateTime">2012-08-07T21:21:37.36</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
382
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
383
- /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
384
- type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
385
- /><title /><updated>2012-08-07T21:21:37Z</updated><author><name /></author><content
386
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
387
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
388
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
389
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:36.467</d:CreateDate><d:ModifiedDate
390
- m:type="Edm.DateTime">2012-08-07T21:21:36.467</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
391
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
392
- /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
393
- type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
394
- /><title /><updated>2012-08-07T21:21:37Z</updated><author><name /></author><content
395
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
396
- 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
397
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
398
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:36.813</d:CreateDate><d:ModifiedDate
399
- m:type="Edm.DateTime">2012-08-07T21:21:36.813</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
400
- http_version: !!null
401
- recorded_at: Tue, 07 Aug 2012 21:21:37 GMT
402
- - request:
403
- method: get
404
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$skip=3
405
- body:
406
- encoding: US-ASCII
407
- string: ''
408
- headers:
409
- Accept:
410
- - ! '*/*; q=0.5, application/xml'
411
- Accept-Encoding:
412
- - gzip, deflate
413
- User-Agent:
414
- - Ruby
415
- response:
416
- status:
417
- code: 200
418
- message: OK
419
- headers:
420
- Cache-Control:
421
- - no-cache
422
- Content-Length:
423
- - '2706'
424
- Content-Type:
425
- - application/atom+xml;type=feed;charset=utf-8
426
- Server:
427
- - Microsoft-IIS/7.5
428
- Set-Cookie:
429
- - ASP.NET_SessionId=3ycz20iv5tfj2aa0qycxfm15; path=/; HttpOnly
430
- X-Content-Type-Options:
431
- - nosniff
432
- Dataserviceversion:
433
- - 1.0;
434
- X-Aspnet-Version:
435
- - 4.0.30319
436
- X-Powered-By:
437
- - ASP.NET
438
- Date:
439
- - Tue, 07 Aug 2012 21:21:38 GMT
440
- body:
441
- encoding: US-ASCII
442
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
443
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
444
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
445
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
446
- type="text">Products</title><updated>2012-08-07T21:21:39Z</updated><link rel="self"
447
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
448
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
449
- /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
450
- type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
451
- /><title /><updated>2012-08-07T21:21:39Z</updated><author><name /></author><content
452
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
453
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
454
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
455
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:38.733</d:CreateDate><d:ModifiedDate
456
- m:type="Edm.DateTime">2012-08-07T21:21:38.733</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
457
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
458
- /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
459
- type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
460
- /><title /><updated>2012-08-07T21:21:39Z</updated><author><name /></author><content
461
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
462
- 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
463
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
464
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:39.077</d:CreateDate><d:ModifiedDate
465
- m:type="Edm.DateTime">2012-08-07T21:21:39.077</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
466
- http_version: !!null
467
- recorded_at: Tue, 07 Aug 2012 21:21:39 GMT
468
- - request:
469
- method: post
470
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
471
- body:
472
- encoding: ASCII-8BIT
473
- string: ! '{"Name":"Product 4","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
474
- 0044","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
475
- headers:
476
- Accept:
477
- - ! '*/*; q=0.5, application/xml'
478
- Accept-Encoding:
479
- - gzip, deflate
480
- Content-Type:
481
- - application/json
482
- Content-Length:
483
- - '180'
484
- User-Agent:
485
- - Ruby
486
- response:
487
- status:
488
- code: 201
489
- message: Created
490
- headers:
491
- Cache-Control:
492
- - no-cache
493
- Content-Length:
494
- - '1426'
495
- Content-Type:
496
- - application/atom+xml;type=entry;charset=utf-8
497
- Location:
498
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(4)
499
- Server:
500
- - Microsoft-IIS/7.5
501
- Set-Cookie:
502
- - ASP.NET_SessionId=rm0o0sx4maezpke3au0gvwod; path=/; HttpOnly
503
- X-Content-Type-Options:
504
- - nosniff
505
- Dataserviceversion:
506
- - 1.0;
507
- X-Aspnet-Version:
508
- - 4.0.30319
509
- X-Powered-By:
510
- - ASP.NET
511
- Date:
512
- - Tue, 07 Aug 2012 21:21:39 GMT
513
- body:
514
- encoding: US-ASCII
515
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
516
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
517
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
518
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
519
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
520
- /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
521
- type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
522
- /><title /><updated>2012-08-07T21:21:40Z</updated><author><name /></author><content
523
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
524
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
525
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
526
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:40.5Z</d:CreateDate><d:ModifiedDate
527
- m:type="Edm.DateTime">2012-08-07T21:21:40.5Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
528
- http_version: !!null
529
- recorded_at: Tue, 07 Aug 2012 21:21:40 GMT
530
- - request:
531
- method: post
532
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
533
- body:
534
- encoding: ASCII-8BIT
535
- string: ! '{"Name":"Product 5","Description":"Test Widget","Price":"10.25","Category":{"Name":"Category
536
- 0045","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
537
- headers:
538
- Accept:
539
- - ! '*/*; q=0.5, application/xml'
540
- Accept-Encoding:
541
- - gzip, deflate
542
- Content-Type:
543
- - application/json
544
- Content-Length:
545
- - '180'
546
- User-Agent:
547
- - Ruby
548
- response:
549
- status:
550
- code: 201
551
- message: Created
552
- headers:
553
- Cache-Control:
554
- - no-cache
555
- Content-Length:
556
- - '1434'
557
- Content-Type:
558
- - application/atom+xml;type=entry;charset=utf-8
559
- Location:
560
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(5)
561
- Server:
562
- - Microsoft-IIS/7.5
563
- Set-Cookie:
564
- - ASP.NET_SessionId=ru5kvbfyfstczp4mmnejsqbw; path=/; HttpOnly
565
- X-Content-Type-Options:
566
- - nosniff
567
- Dataserviceversion:
568
- - 1.0;
569
- X-Aspnet-Version:
570
- - 4.0.30319
571
- X-Powered-By:
572
- - ASP.NET
573
- Date:
574
- - Tue, 07 Aug 2012 21:21:40 GMT
575
- body:
576
- encoding: US-ASCII
577
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
578
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
579
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
580
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
581
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
582
- /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
583
- type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
584
- /><title /><updated>2012-08-07T21:21:40Z</updated><author><name /></author><content
585
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
586
- 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
587
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
588
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:40.84375Z</d:CreateDate><d:ModifiedDate
589
- m:type="Edm.DateTime">2012-08-07T21:21:40.84375Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
590
- http_version: !!null
591
- recorded_at: Tue, 07 Aug 2012 21:21:41 GMT
592
- - request:
593
- method: get
594
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$top=3
595
- body:
596
- encoding: US-ASCII
597
- string: ''
598
- headers:
599
- Accept:
600
- - ! '*/*; q=0.5, application/xml'
601
- Accept-Encoding:
602
- - gzip, deflate
603
- User-Agent:
604
- - Ruby
605
- response:
606
- status:
607
- code: 200
608
- message: OK
609
- headers:
610
- Cache-Control:
611
- - no-cache
612
- Content-Length:
613
- - '3778'
614
- Content-Type:
615
- - application/atom+xml;type=feed;charset=utf-8
616
- Server:
617
- - Microsoft-IIS/7.5
618
- Set-Cookie:
619
- - ASP.NET_SessionId=opit2hkc1ynnepclpbq4wtbd; path=/; HttpOnly
620
- X-Content-Type-Options:
621
- - nosniff
622
- Dataserviceversion:
623
- - 1.0;
624
- X-Aspnet-Version:
625
- - 4.0.30319
626
- X-Powered-By:
627
- - ASP.NET
628
- Date:
629
- - Tue, 07 Aug 2012 21:21:40 GMT
630
- body:
631
- encoding: US-ASCII
632
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
633
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
634
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
635
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
636
- type="text">Products</title><updated>2012-08-07T21:21:40Z</updated><link rel="self"
637
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
638
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
639
- /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
640
- type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
641
- /><title /><updated>2012-08-07T21:21:40Z</updated><author><name /></author><content
642
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
643
- 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
644
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
645
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:39.64</d:CreateDate><d:ModifiedDate
646
- m:type="Edm.DateTime">2012-08-07T21:21:39.64</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
647
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
648
- /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
649
- type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
650
- /><title /><updated>2012-08-07T21:21:40Z</updated><author><name /></author><content
651
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
652
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
653
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
654
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:39.953</d:CreateDate><d:ModifiedDate
655
- m:type="Edm.DateTime">2012-08-07T21:21:39.953</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
656
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
657
- /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
658
- type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
659
- /><title /><updated>2012-08-07T21:21:40Z</updated><author><name /></author><content
660
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
661
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
662
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
663
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:40.217</d:CreateDate><d:ModifiedDate
664
- m:type="Edm.DateTime">2012-08-07T21:21:40.217</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
665
- http_version: !!null
666
- recorded_at: Tue, 07 Aug 2012 21:21:41 GMT
667
- - request:
668
- method: post
669
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
670
- body:
671
- encoding: ASCII-8BIT
672
- string: ! '{"Name":"Product 1","Description":"Test Widget","Price":"25.00","Category":{"Name":"Category
673
- 0046","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
674
- headers:
675
- Accept:
676
- - ! '*/*; q=0.5, application/xml'
677
- Accept-Encoding:
678
- - gzip, deflate
679
- Content-Type:
680
- - application/json
681
- Content-Length:
682
- - '180'
683
- User-Agent:
684
- - Ruby
685
- response:
686
- status:
687
- code: 201
688
- message: Created
689
- headers:
690
- Cache-Control:
691
- - no-cache
692
- Content-Length:
693
- - '1434'
694
- Content-Type:
695
- - application/atom+xml;type=entry;charset=utf-8
696
- Location:
697
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(1)
698
- Server:
699
- - Microsoft-IIS/7.5
700
- Set-Cookie:
701
- - ASP.NET_SessionId=trtcrq5ihn5gle5atk0l0pzx; path=/; HttpOnly
702
- X-Content-Type-Options:
703
- - nosniff
704
- Dataserviceversion:
705
- - 1.0;
706
- X-Aspnet-Version:
707
- - 4.0.30319
708
- X-Powered-By:
709
- - ASP.NET
710
- Date:
711
- - Tue, 07 Aug 2012 21:21:40 GMT
712
- body:
713
- encoding: US-ASCII
714
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
715
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
716
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
717
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
718
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
719
- /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
720
- type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
721
- /><title /><updated>2012-08-07T21:21:41Z</updated><author><name /></author><content
722
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
723
- 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
724
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
725
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:41.40625Z</d:CreateDate><d:ModifiedDate
726
- m:type="Edm.DateTime">2012-08-07T21:21:41.40625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
727
- http_version: !!null
728
- recorded_at: Tue, 07 Aug 2012 21:21:41 GMT
729
- - request:
730
- method: post
731
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
732
- body:
733
- encoding: ASCII-8BIT
734
- string: ! '{"Name":"Product 2","Description":"Test Widget","Price":"100.00","Category":{"Name":"Category
735
- 0047","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
736
- headers:
737
- Accept:
738
- - ! '*/*; q=0.5, application/xml'
739
- Accept-Encoding:
740
- - gzip, deflate
741
- Content-Type:
742
- - application/json
743
- Content-Length:
744
- - '181'
745
- User-Agent:
746
- - Ruby
747
- response:
748
- status:
749
- code: 201
750
- message: Created
751
- headers:
752
- Cache-Control:
753
- - no-cache
754
- Content-Length:
755
- - '1437'
756
- Content-Type:
757
- - application/atom+xml;type=entry;charset=utf-8
758
- Location:
759
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(2)
760
- Server:
761
- - Microsoft-IIS/7.5
762
- Set-Cookie:
763
- - ASP.NET_SessionId=2o00t4tg3nzaja544qinh2h5; path=/; HttpOnly
764
- X-Content-Type-Options:
765
- - nosniff
766
- Dataserviceversion:
767
- - 1.0;
768
- X-Aspnet-Version:
769
- - 4.0.30319
770
- X-Powered-By:
771
- - ASP.NET
772
- Date:
773
- - Tue, 07 Aug 2012 21:21:40 GMT
774
- body:
775
- encoding: US-ASCII
776
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
777
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
778
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
779
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
380
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:38.693</d:CreateDate><d:ModifiedDate
381
+ m:type="Edm.DateTime">2015-04-26T16:29:38.693</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
780
382
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
781
383
  /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
782
384
  type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
783
- /><title /><updated>2012-08-07T21:21:41Z</updated><author><name /></author><content
385
+ /><title /><updated>2015-04-26T16:29:38Z</updated><author><name /></author><content
784
386
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
785
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
387
+ 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
786
388
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
787
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:41.703125Z</d:CreateDate><d:ModifiedDate
788
- m:type="Edm.DateTime">2012-08-07T21:21:41.703125Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
789
- http_version: !!null
790
- recorded_at: Tue, 07 Aug 2012 21:21:41 GMT
791
- - request:
792
- method: post
793
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
794
- body:
795
- encoding: ASCII-8BIT
796
- string: ! '{"Name":"Product 3","Description":"Test Widget","Price":"100.00","Category":{"Name":"Category
797
- 0048","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
798
- headers:
799
- Accept:
800
- - ! '*/*; q=0.5, application/xml'
801
- Accept-Encoding:
802
- - gzip, deflate
803
- Content-Type:
804
- - application/json
805
- Content-Length:
806
- - '181'
807
- User-Agent:
808
- - Ruby
809
- response:
810
- status:
811
- code: 201
812
- message: Created
813
- headers:
814
- Cache-Control:
815
- - no-cache
816
- Content-Length:
817
- - '1437'
818
- Content-Type:
819
- - application/atom+xml;type=entry;charset=utf-8
820
- Location:
821
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(3)
822
- Server:
823
- - Microsoft-IIS/7.5
824
- Set-Cookie:
825
- - ASP.NET_SessionId=q4optj20g1b1u2es3sjbtgjn; path=/; HttpOnly
826
- X-Content-Type-Options:
827
- - nosniff
828
- Dataserviceversion:
829
- - 1.0;
830
- X-Aspnet-Version:
831
- - 4.0.30319
832
- X-Powered-By:
833
- - ASP.NET
834
- Date:
835
- - Tue, 07 Aug 2012 21:21:42 GMT
836
- body:
837
- encoding: US-ASCII
838
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
839
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
840
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
841
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
389
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:37.647</d:CreateDate><d:ModifiedDate
390
+ m:type="Edm.DateTime">2015-04-26T16:29:37.647</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
842
391
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
843
392
  /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
844
- type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
845
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
846
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
847
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
848
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
849
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:41.984375Z</d:CreateDate><d:ModifiedDate
850
- m:type="Edm.DateTime">2012-08-07T21:21:41.984375Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
851
- http_version: !!null
852
- recorded_at: Tue, 07 Aug 2012 21:21:42 GMT
853
- - request:
854
- method: post
855
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
856
- body:
857
- encoding: ASCII-8BIT
858
- string: ! '{"Name":"Product 4","Description":"Test Widget","Price":"100.00","Category":{"Name":"Category
859
- 0049","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
860
- headers:
861
- Accept:
862
- - ! '*/*; q=0.5, application/xml'
863
- Accept-Encoding:
864
- - gzip, deflate
865
- Content-Type:
866
- - application/json
867
- Content-Length:
868
- - '181'
869
- User-Agent:
870
- - Ruby
871
- response:
872
- status:
873
- code: 201
874
- message: Created
875
- headers:
876
- Cache-Control:
877
- - no-cache
878
- Content-Length:
879
- - '1437'
880
- Content-Type:
881
- - application/atom+xml;type=entry;charset=utf-8
882
- Location:
883
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(4)
884
- Server:
885
- - Microsoft-IIS/7.5
886
- Set-Cookie:
887
- - ASP.NET_SessionId=42aysq0kqfs0rk4q0w425okk; path=/; HttpOnly
888
- X-Content-Type-Options:
889
- - nosniff
890
- Dataserviceversion:
891
- - 1.0;
892
- X-Aspnet-Version:
893
- - 4.0.30319
894
- X-Powered-By:
895
- - ASP.NET
896
- Date:
897
- - Tue, 07 Aug 2012 21:21:42 GMT
898
- body:
899
- encoding: US-ASCII
900
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
901
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
902
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
903
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
904
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
905
- /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
906
- type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
907
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
908
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
909
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
910
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
911
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:42.234375Z</d:CreateDate><d:ModifiedDate
912
- m:type="Edm.DateTime">2012-08-07T21:21:42.234375Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
913
- http_version: !!null
914
- recorded_at: Tue, 07 Aug 2012 21:21:42 GMT
915
- - request:
916
- method: post
917
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
918
- body:
919
- encoding: ASCII-8BIT
920
- string: ! '{"Name":"Product 5","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
921
- 0050","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
922
- headers:
923
- Accept:
924
- - ! '*/*; q=0.5, application/xml'
925
- Accept-Encoding:
926
- - gzip, deflate
927
- Content-Type:
928
- - application/json
929
- Content-Length:
930
- - '180'
931
- User-Agent:
932
- - Ruby
933
- response:
934
- status:
935
- code: 201
936
- message: Created
937
- headers:
938
- Cache-Control:
939
- - no-cache
940
- Content-Length:
941
- - '1436'
942
- Content-Type:
943
- - application/atom+xml;type=entry;charset=utf-8
944
- Location:
945
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(5)
946
- Server:
947
- - Microsoft-IIS/7.5
948
- Set-Cookie:
949
- - ASP.NET_SessionId=33jornj3vesrqoa2tolzbmny; path=/; HttpOnly
950
- X-Content-Type-Options:
951
- - nosniff
952
- Dataserviceversion:
953
- - 1.0;
954
- X-Aspnet-Version:
955
- - 4.0.30319
956
- X-Powered-By:
957
- - ASP.NET
958
- Date:
959
- - Tue, 07 Aug 2012 21:21:42 GMT
960
- body:
961
- encoding: US-ASCII
962
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
963
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
964
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
965
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(5)</id><category
966
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
967
- /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
968
- type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
969
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
970
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
971
- 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
972
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
973
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:42.484375Z</d:CreateDate><d:ModifiedDate
974
- m:type="Edm.DateTime">2012-08-07T21:21:42.484375Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
975
- http_version: !!null
976
- recorded_at: Tue, 07 Aug 2012 21:21:42 GMT
977
- - request:
978
- method: post
979
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
980
- body:
981
- encoding: ASCII-8BIT
982
- string: ! '{"Name":"Product 6","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
983
- 0051","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
984
- headers:
985
- Accept:
986
- - ! '*/*; q=0.5, application/xml'
987
- Accept-Encoding:
988
- - gzip, deflate
989
- Content-Type:
990
- - application/json
991
- Content-Length:
992
- - '180'
993
- User-Agent:
994
- - Ruby
995
- response:
996
- status:
997
- code: 201
998
- message: Created
999
- headers:
1000
- Cache-Control:
1001
- - no-cache
1002
- Content-Length:
1003
- - '1434'
1004
- Content-Type:
1005
- - application/atom+xml;type=entry;charset=utf-8
1006
- Location:
1007
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(6)
1008
- Server:
1009
- - Microsoft-IIS/7.5
1010
- Set-Cookie:
1011
- - ASP.NET_SessionId=c0vzp3milehfbuv3c34tzuaq; path=/; HttpOnly
1012
- X-Content-Type-Options:
1013
- - nosniff
1014
- Dataserviceversion:
1015
- - 1.0;
1016
- X-Aspnet-Version:
1017
- - 4.0.30319
1018
- X-Powered-By:
1019
- - ASP.NET
1020
- Date:
1021
- - Tue, 07 Aug 2012 21:21:42 GMT
1022
- body:
1023
- encoding: US-ASCII
1024
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1025
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1026
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1027
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(6)</id><category
1028
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1029
- /><link rel="edit" title="Product" href="Products(6)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1030
- type="application/atom+xml;type=entry" title="Category" href="Products(6)/Category"
1031
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
1032
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">6</d:Id><d:Name>Product
1033
- 6</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
1034
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">6</d:CategoryId><d:AuditFields
1035
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:42.84375Z</d:CreateDate><d:ModifiedDate
1036
- m:type="Edm.DateTime">2012-08-07T21:21:42.84375Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1037
- http_version: !!null
1038
- recorded_at: Tue, 07 Aug 2012 21:21:43 GMT
393
+ type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
394
+ /><title /><updated>2015-04-26T16:29:38Z</updated><author><name /></author><content
395
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
396
+ 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
397
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
398
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:38.097</d:CreateDate><d:ModifiedDate
399
+ m:type="Edm.DateTime">2015-04-26T16:29:38.097</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
400
+ http_version:
401
+ recorded_at: Sun, 26 Apr 2015 16:29:38 GMT
1039
402
  - request:
1040
403
  method: get
1041
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products?$skip=2&$top=2
404
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$skip=3
1042
405
  body:
1043
406
  encoding: US-ASCII
1044
407
  string: ''
1045
408
  headers:
1046
- Accept:
1047
- - ! '*/*; q=0.5, application/xml'
1048
- Accept-Encoding:
1049
- - gzip, deflate
1050
409
  User-Agent:
1051
410
  - Ruby
411
+ Accept:
412
+ - "*/*; q=0.5, application/xml"
413
+ Accept-Encoding:
414
+ - gzip,deflate
1052
415
  response:
1053
416
  status:
1054
417
  code: 200
1055
- message: OK
418
+ message: ''
1056
419
  headers:
1057
420
  Cache-Control:
1058
- - no-cache
421
+ - private
1059
422
  Content-Length:
1060
- - '2708'
423
+ - '2718'
1061
424
  Content-Type:
1062
425
  - application/atom+xml;type=feed;charset=utf-8
1063
426
  Server:
1064
- - Microsoft-IIS/7.5
427
+ - Microsoft-IIS/8.0
1065
428
  Set-Cookie:
1066
- - ASP.NET_SessionId=bmdwkil0odrzaga3neowudnv; path=/; HttpOnly
429
+ - ASP.NET_SessionId=m2owurdu12emjnpklcs0ofj4; path=/; HttpOnly
1067
430
  X-Content-Type-Options:
1068
431
  - nosniff
1069
432
  Dataserviceversion:
@@ -1073,69 +436,63 @@ http_interactions:
1073
436
  X-Powered-By:
1074
437
  - ASP.NET
1075
438
  Date:
1076
- - Tue, 07 Aug 2012 21:21:42 GMT
439
+ - Sun, 26 Apr 2015 16:29:40 GMT
1077
440
  body:
1078
- encoding: US-ASCII
1079
- string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
441
+ encoding: UTF-8
442
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1080
443
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1081
444
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1082
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products</id><title
1083
- type="text">Products</title><updated>2012-08-07T21:21:42Z</updated><link rel="self"
1084
- title="Products" href="Products" /><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
1085
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1086
- /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1087
- type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
1088
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
1089
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
1090
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
1091
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
1092
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:41.983</d:CreateDate><d:ModifiedDate
1093
- m:type="Edm.DateTime">2012-08-07T21:21:41.983</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
445
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
446
+ type="text">Products</title><updated>2015-04-26T16:29:40Z</updated><link rel="self"
447
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
1094
448
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1095
449
  /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1096
450
  type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
1097
- /><title /><updated>2012-08-07T21:21:42Z</updated><author><name /></author><content
451
+ /><title /><updated>2015-04-26T16:29:40Z</updated><author><name /></author><content
1098
452
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
1099
- 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
453
+ 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
1100
454
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
1101
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:42.233</d:CreateDate><d:ModifiedDate
1102
- m:type="Edm.DateTime">2012-08-07T21:21:42.233</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
1103
- http_version: !!null
1104
- recorded_at: Tue, 07 Aug 2012 21:21:43 GMT
455
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:40.287</d:CreateDate><d:ModifiedDate
456
+ m:type="Edm.DateTime">2015-04-26T16:29:40.287</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(5)</id><category
457
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
458
+ /><link rel="edit" title="Product" href="Products(5)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
459
+ type="application/atom+xml;type=entry" title="Category" href="Products(5)/Category"
460
+ /><title /><updated>2015-04-26T16:29:40Z</updated><author><name /></author><content
461
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">5</d:Id><d:Name>Product
462
+ 5</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
463
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">5</d:CategoryId><d:AuditFields
464
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:40.597</d:CreateDate><d:ModifiedDate
465
+ m:type="Edm.DateTime">2015-04-26T16:29:40.597</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
466
+ http_version:
467
+ recorded_at: Sun, 26 Apr 2015 16:29:40 GMT
1105
468
  - request:
1106
- method: post
1107
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Categories
469
+ method: get
470
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$top=3
1108
471
  body:
1109
- encoding: ASCII-8BIT
1110
- string: ! '{"Name":"Test Category","AuditFields":{"CreatedBy":"Machinist"}}'
472
+ encoding: US-ASCII
473
+ string: ''
1111
474
  headers:
1112
- Accept:
1113
- - ! '*/*; q=0.5, application/xml'
1114
- Accept-Encoding:
1115
- - gzip, deflate
1116
- Content-Type:
1117
- - application/json
1118
- Content-Length:
1119
- - '64'
1120
475
  User-Agent:
1121
476
  - Ruby
477
+ Accept:
478
+ - "*/*; q=0.5, application/xml"
479
+ Accept-Encoding:
480
+ - gzip,deflate
1122
481
  response:
1123
482
  status:
1124
- code: 201
1125
- message: Created
483
+ code: 200
484
+ message: ''
1126
485
  headers:
1127
486
  Cache-Control:
1128
- - no-cache
487
+ - private
1129
488
  Content-Length:
1130
- - '1253'
489
+ - '3796'
1131
490
  Content-Type:
1132
- - application/atom+xml;type=entry;charset=utf-8
1133
- Location:
1134
- - http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)
491
+ - application/atom+xml;type=feed;charset=utf-8
1135
492
  Server:
1136
- - Microsoft-IIS/7.5
493
+ - Microsoft-IIS/8.0
1137
494
  Set-Cookie:
1138
- - ASP.NET_SessionId=dzso1ageezjo4il3vekinsxg; path=/; HttpOnly
495
+ - ASP.NET_SessionId=2nj3uuwoxle0wcaky03xirer; path=/; HttpOnly
1139
496
  X-Content-Type-Options:
1140
497
  - nosniff
1141
498
  Dataserviceversion:
@@ -1145,51 +502,72 @@ http_interactions:
1145
502
  X-Powered-By:
1146
503
  - ASP.NET
1147
504
  Date:
1148
- - Tue, 07 Aug 2012 21:21:43 GMT
505
+ - Sun, 26 Apr 2015 16:29:41 GMT
1149
506
  body:
1150
- encoding: US-ASCII
1151
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
507
+ encoding: UTF-8
508
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1152
509
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1153
510
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1154
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)</id><category
1155
- term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1156
- /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
1157
- type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
1158
- /><title /><updated>2012-08-07T21:21:43Z</updated><author><name /></author><content
1159
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
1160
- Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
1161
- m:type="Edm.DateTime">2012-08-07T21:21:43.515625Z</d:CreateDate><d:ModifiedDate
1162
- m:type="Edm.DateTime">2012-08-07T21:21:43.515625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1163
- http_version: !!null
1164
- recorded_at: Tue, 07 Aug 2012 21:21:43 GMT
511
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
512
+ type="text">Products</title><updated>2015-04-26T16:29:42Z</updated><link rel="self"
513
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
514
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
515
+ /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
516
+ type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
517
+ /><title /><updated>2015-04-26T16:29:42Z</updated><author><name /></author><content
518
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
519
+ 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
520
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
521
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:41.193</d:CreateDate><d:ModifiedDate
522
+ m:type="Edm.DateTime">2015-04-26T16:29:41.193</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
523
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
524
+ /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
525
+ type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
526
+ /><title /><updated>2015-04-26T16:29:42Z</updated><author><name /></author><content
527
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
528
+ 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
529
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
530
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:41.597</d:CreateDate><d:ModifiedDate
531
+ m:type="Edm.DateTime">2015-04-26T16:29:41.597</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
532
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
533
+ /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
534
+ type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
535
+ /><title /><updated>2015-04-26T16:29:42Z</updated><author><name /></author><content
536
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
537
+ 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
538
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
539
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:41.897</d:CreateDate><d:ModifiedDate
540
+ m:type="Edm.DateTime">2015-04-26T16:29:41.897</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
541
+ http_version:
542
+ recorded_at: Sun, 26 Apr 2015 16:29:42 GMT
1165
543
  - request:
1166
544
  method: get
1167
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)
545
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products?$skip=2&$top=2
1168
546
  body:
1169
547
  encoding: US-ASCII
1170
548
  string: ''
1171
549
  headers:
1172
- Accept:
1173
- - ! '*/*; q=0.5, application/xml'
1174
- Accept-Encoding:
1175
- - gzip, deflate
1176
550
  User-Agent:
1177
551
  - Ruby
552
+ Accept:
553
+ - "*/*; q=0.5, application/xml"
554
+ Accept-Encoding:
555
+ - gzip,deflate
1178
556
  response:
1179
557
  status:
1180
558
  code: 200
1181
- message: OK
559
+ message: ''
1182
560
  headers:
1183
561
  Cache-Control:
1184
- - no-cache
562
+ - private
1185
563
  Content-Length:
1186
- - '1245'
564
+ - '2719'
1187
565
  Content-Type:
1188
- - application/atom+xml;type=entry;charset=utf-8
566
+ - application/atom+xml;type=feed;charset=utf-8
1189
567
  Server:
1190
- - Microsoft-IIS/7.5
568
+ - Microsoft-IIS/8.0
1191
569
  Set-Cookie:
1192
- - ASP.NET_SessionId=0slwvun3jhabswjuhoxgl2cv; path=/; HttpOnly
570
+ - ASP.NET_SessionId=rzjrnm2u2sripi1vhkuledqf; path=/; HttpOnly
1193
571
  X-Content-Type-Options:
1194
572
  - nosniff
1195
573
  Dataserviceversion:
@@ -1199,57 +577,67 @@ http_interactions:
1199
577
  X-Powered-By:
1200
578
  - ASP.NET
1201
579
  Date:
1202
- - Tue, 07 Aug 2012 21:21:43 GMT
580
+ - Sun, 26 Apr 2015 16:29:43 GMT
1203
581
  body:
1204
- encoding: US-ASCII
1205
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
582
+ encoding: UTF-8
583
+ string: <?xml version="1.0" encoding="utf-8"?><feed xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1206
584
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1207
585
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1208
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)</id><category
1209
- term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1210
- /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
1211
- type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
1212
- /><title /><updated>2012-08-07T21:21:43Z</updated><author><name /></author><content
1213
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
1214
- Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
1215
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:CreateDate><d:ModifiedDate
1216
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1217
- http_version: !!null
1218
- recorded_at: Tue, 07 Aug 2012 21:21:43 GMT
586
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products</id><title
587
+ type="text">Products</title><updated>2015-04-26T16:29:44Z</updated><link rel="self"
588
+ title="Products" href="Products" /><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
589
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
590
+ /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
591
+ type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
592
+ /><title /><updated>2015-04-26T16:29:44Z</updated><author><name /></author><content
593
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
594
+ 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
595
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
596
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:43.787</d:CreateDate><d:ModifiedDate
597
+ m:type="Edm.DateTime">2015-04-26T16:29:43.787</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry><entry><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
598
+ term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
599
+ /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
600
+ type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
601
+ /><title /><updated>2015-04-26T16:29:44Z</updated><author><name /></author><content
602
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Product
603
+ 4</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
604
+ m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
605
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:44.097</d:CreateDate><d:ModifiedDate
606
+ m:type="Edm.DateTime">2015-04-26T16:29:44.097</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry></feed>
607
+ http_version:
608
+ recorded_at: Sun, 26 Apr 2015 16:29:44 GMT
1219
609
  - request:
1220
610
  method: post
1221
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
611
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories
1222
612
  body:
1223
- encoding: ASCII-8BIT
1224
- string: ! '{"Name":"Product 1","Description":"Test Widget","Price":"50.00","Category":{"__metadata":{"uri":"http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)"}},"AuditFields":{"CreatedBy":"Machinist"}}'
613
+ encoding: UTF-8
614
+ string: '{"Name":"Test Category","AuditFields":{"CreatedBy":"Machinist"}}'
1225
615
  headers:
616
+ User-Agent:
617
+ - Ruby
1226
618
  Accept:
1227
- - ! '*/*; q=0.5, application/xml'
1228
- Accept-Encoding:
1229
- - gzip, deflate
619
+ - "*/*; q=0.5, application/xml"
1230
620
  Content-Type:
1231
621
  - application/json
1232
- Content-Length:
1233
- - '202'
1234
- User-Agent:
1235
- - Ruby
622
+ Accept-Encoding:
623
+ - gzip,deflate
1236
624
  response:
1237
625
  status:
1238
626
  code: 201
1239
- message: Created
627
+ message: ''
1240
628
  headers:
1241
629
  Cache-Control:
1242
- - no-cache
630
+ - private
1243
631
  Content-Length:
1244
- - '1430'
632
+ - '1259'
1245
633
  Content-Type:
1246
634
  - application/atom+xml;type=entry;charset=utf-8
1247
635
  Location:
1248
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(1)
636
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)
1249
637
  Server:
1250
- - Microsoft-IIS/7.5
638
+ - Microsoft-IIS/8.0
1251
639
  Set-Cookie:
1252
- - ASP.NET_SessionId=3kh1r5iiaxhuusabxckzzf1m; path=/; HttpOnly
640
+ - ASP.NET_SessionId=w412y25pbvfo4j1bxa33g5c2; path=/; HttpOnly
1253
641
  X-Content-Type-Options:
1254
642
  - nosniff
1255
643
  Dataserviceversion:
@@ -1259,52 +647,51 @@ http_interactions:
1259
647
  X-Powered-By:
1260
648
  - ASP.NET
1261
649
  Date:
1262
- - Tue, 07 Aug 2012 21:21:43 GMT
650
+ - Sun, 26 Apr 2015 16:29:45 GMT
1263
651
  body:
1264
- encoding: US-ASCII
1265
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
652
+ encoding: UTF-8
653
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1266
654
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1267
655
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1268
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
1269
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1270
- /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1271
- type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
1272
- /><title /><updated>2012-08-07T21:21:43Z</updated><author><name /></author><content
1273
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
1274
- 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
1275
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
1276
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:43.875Z</d:CreateDate><d:ModifiedDate
1277
- m:type="Edm.DateTime">2012-08-07T21:21:43.875Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1278
- http_version: !!null
1279
- recorded_at: Tue, 07 Aug 2012 21:21:44 GMT
656
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)</id><category
657
+ term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
658
+ /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
659
+ type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
660
+ /><title /><updated>2015-04-26T16:29:45Z</updated><author><name /></author><content
661
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
662
+ Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
663
+ m:type="Edm.DateTime">2015-04-26T16:29:45.395532Z</d:CreateDate><d:ModifiedDate
664
+ m:type="Edm.DateTime">2015-04-26T16:29:45.395532Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
665
+ http_version:
666
+ recorded_at: Sun, 26 Apr 2015 16:29:45 GMT
1280
667
  - request:
1281
668
  method: get
1282
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)
669
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)
1283
670
  body:
1284
671
  encoding: US-ASCII
1285
672
  string: ''
1286
673
  headers:
1287
- Accept:
1288
- - ! '*/*; q=0.5, application/xml'
1289
- Accept-Encoding:
1290
- - gzip, deflate
1291
674
  User-Agent:
1292
675
  - Ruby
676
+ Accept:
677
+ - "*/*; q=0.5, application/xml"
678
+ Accept-Encoding:
679
+ - gzip,deflate
1293
680
  response:
1294
681
  status:
1295
682
  code: 200
1296
- message: OK
683
+ message: ''
1297
684
  headers:
1298
685
  Cache-Control:
1299
- - no-cache
686
+ - private
1300
687
  Content-Length:
1301
- - '1245'
688
+ - '1251'
1302
689
  Content-Type:
1303
690
  - application/atom+xml;type=entry;charset=utf-8
1304
691
  Server:
1305
- - Microsoft-IIS/7.5
692
+ - Microsoft-IIS/8.0
1306
693
  Set-Cookie:
1307
- - ASP.NET_SessionId=rlsbhkawh2hetmsq0xiw5qeq; path=/; HttpOnly
694
+ - ASP.NET_SessionId=t31soajc30sbapbl2m0fi2mm; path=/; HttpOnly
1308
695
  X-Content-Type-Options:
1309
696
  - nosniff
1310
697
  Dataserviceversion:
@@ -1314,112 +701,51 @@ http_interactions:
1314
701
  X-Powered-By:
1315
702
  - ASP.NET
1316
703
  Date:
1317
- - Tue, 07 Aug 2012 21:21:43 GMT
704
+ - Sun, 26 Apr 2015 16:29:45 GMT
1318
705
  body:
1319
- encoding: US-ASCII
1320
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
706
+ encoding: UTF-8
707
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1321
708
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1322
709
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1323
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)</id><category
710
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)</id><category
1324
711
  term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1325
712
  /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
1326
713
  type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
1327
- /><title /><updated>2012-08-07T21:21:43Z</updated><author><name /></author><content
714
+ /><title /><updated>2015-04-26T16:29:45Z</updated><author><name /></author><content
1328
715
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
1329
716
  Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
1330
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:CreateDate><d:ModifiedDate
1331
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1332
- http_version: !!null
1333
- recorded_at: Tue, 07 Aug 2012 21:21:44 GMT
1334
- - request:
1335
- method: post
1336
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
1337
- body:
1338
- encoding: ASCII-8BIT
1339
- string: ! '{"Name":"Product 2","Description":"Test Widget","Price":"10.25","Category":{"__metadata":{"uri":"http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1340
- headers:
1341
- Accept:
1342
- - ! '*/*; q=0.5, application/xml'
1343
- Accept-Encoding:
1344
- - gzip, deflate
1345
- Content-Type:
1346
- - application/json
1347
- Content-Length:
1348
- - '202'
1349
- User-Agent:
1350
- - Ruby
1351
- response:
1352
- status:
1353
- code: 201
1354
- message: Created
1355
- headers:
1356
- Cache-Control:
1357
- - no-cache
1358
- Content-Length:
1359
- - '1436'
1360
- Content-Type:
1361
- - application/atom+xml;type=entry;charset=utf-8
1362
- Location:
1363
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(2)
1364
- Server:
1365
- - Microsoft-IIS/7.5
1366
- Set-Cookie:
1367
- - ASP.NET_SessionId=uez0ppvuxekuqpavcbqdz5z3; path=/; HttpOnly
1368
- X-Content-Type-Options:
1369
- - nosniff
1370
- Dataserviceversion:
1371
- - 1.0;
1372
- X-Aspnet-Version:
1373
- - 4.0.30319
1374
- X-Powered-By:
1375
- - ASP.NET
1376
- Date:
1377
- - Tue, 07 Aug 2012 21:21:44 GMT
1378
- body:
1379
- encoding: US-ASCII
1380
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1381
- xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1382
- xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1383
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
1384
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1385
- /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1386
- type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
1387
- /><title /><updated>2012-08-07T21:21:44Z</updated><author><name /></author><content
1388
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
1389
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
1390
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
1391
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:44.265625Z</d:CreateDate><d:ModifiedDate
1392
- m:type="Edm.DateTime">2012-08-07T21:21:44.265625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1393
- http_version: !!null
1394
- recorded_at: Tue, 07 Aug 2012 21:21:44 GMT
717
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:CreateDate><d:ModifiedDate
718
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
719
+ http_version:
720
+ recorded_at: Sun, 26 Apr 2015 16:29:45 GMT
1395
721
  - request:
1396
722
  method: get
1397
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)
723
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)
1398
724
  body:
1399
725
  encoding: US-ASCII
1400
726
  string: ''
1401
727
  headers:
1402
- Accept:
1403
- - ! '*/*; q=0.5, application/xml'
1404
- Accept-Encoding:
1405
- - gzip, deflate
1406
728
  User-Agent:
1407
729
  - Ruby
730
+ Accept:
731
+ - "*/*; q=0.5, application/xml"
732
+ Accept-Encoding:
733
+ - gzip,deflate
1408
734
  response:
1409
735
  status:
1410
736
  code: 200
1411
- message: OK
737
+ message: ''
1412
738
  headers:
1413
739
  Cache-Control:
1414
- - no-cache
740
+ - private
1415
741
  Content-Length:
1416
- - '1245'
742
+ - '1251'
1417
743
  Content-Type:
1418
744
  - application/atom+xml;type=entry;charset=utf-8
1419
745
  Server:
1420
- - Microsoft-IIS/7.5
746
+ - Microsoft-IIS/8.0
1421
747
  Set-Cookie:
1422
- - ASP.NET_SessionId=oewvn3k1eh5t4u5voce4arsl; path=/; HttpOnly
748
+ - ASP.NET_SessionId=yl0zxid4dboub451yldrnqjh; path=/; HttpOnly
1423
749
  X-Content-Type-Options:
1424
750
  - nosniff
1425
751
  Dataserviceversion:
@@ -1429,57 +755,51 @@ http_interactions:
1429
755
  X-Powered-By:
1430
756
  - ASP.NET
1431
757
  Date:
1432
- - Tue, 07 Aug 2012 21:21:44 GMT
758
+ - Sun, 26 Apr 2015 16:29:45 GMT
1433
759
  body:
1434
- encoding: US-ASCII
1435
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
760
+ encoding: UTF-8
761
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1436
762
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1437
763
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1438
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)</id><category
764
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)</id><category
1439
765
  term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1440
766
  /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
1441
767
  type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
1442
- /><title /><updated>2012-08-07T21:21:44Z</updated><author><name /></author><content
768
+ /><title /><updated>2015-04-26T16:29:45Z</updated><author><name /></author><content
1443
769
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
1444
770
  Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
1445
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:CreateDate><d:ModifiedDate
1446
- m:type="Edm.DateTime">2012-08-07T21:21:43.517</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1447
- http_version: !!null
1448
- recorded_at: Tue, 07 Aug 2012 21:21:44 GMT
771
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:CreateDate><d:ModifiedDate
772
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
773
+ http_version:
774
+ recorded_at: Sun, 26 Apr 2015 16:29:45 GMT
1449
775
  - request:
1450
- method: post
1451
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
776
+ method: get
777
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)
1452
778
  body:
1453
- encoding: ASCII-8BIT
1454
- string: ! '{"Name":"Product 3","Description":"Test Widget","Price":"10.25","Category":{"__metadata":{"uri":"http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)"}},"AuditFields":{"CreatedBy":"Machinist"}}'
779
+ encoding: US-ASCII
780
+ string: ''
1455
781
  headers:
1456
- Accept:
1457
- - ! '*/*; q=0.5, application/xml'
1458
- Accept-Encoding:
1459
- - gzip, deflate
1460
- Content-Type:
1461
- - application/json
1462
- Content-Length:
1463
- - '202'
1464
782
  User-Agent:
1465
783
  - Ruby
784
+ Accept:
785
+ - "*/*; q=0.5, application/xml"
786
+ Accept-Encoding:
787
+ - gzip,deflate
1466
788
  response:
1467
789
  status:
1468
- code: 201
1469
- message: Created
790
+ code: 200
791
+ message: ''
1470
792
  headers:
1471
793
  Cache-Control:
1472
- - no-cache
794
+ - private
1473
795
  Content-Length:
1474
- - '1436'
796
+ - '1251'
1475
797
  Content-Type:
1476
798
  - application/atom+xml;type=entry;charset=utf-8
1477
- Location:
1478
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(3)
1479
799
  Server:
1480
- - Microsoft-IIS/7.5
800
+ - Microsoft-IIS/8.0
1481
801
  Set-Cookie:
1482
- - ASP.NET_SessionId=lsemdxzdixaicubmpbghxrox; path=/; HttpOnly
802
+ - ASP.NET_SessionId=f3du3l4tqmj3qpodyh2jel4u; path=/; HttpOnly
1483
803
  X-Content-Type-Options:
1484
804
  - nosniff
1485
805
  Dataserviceversion:
@@ -1489,52 +809,51 @@ http_interactions:
1489
809
  X-Powered-By:
1490
810
  - ASP.NET
1491
811
  Date:
1492
- - Tue, 07 Aug 2012 21:21:44 GMT
812
+ - Sun, 26 Apr 2015 16:29:46 GMT
1493
813
  body:
1494
- encoding: US-ASCII
1495
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
814
+ encoding: UTF-8
815
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1496
816
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1497
817
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1498
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
1499
- term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1500
- /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1501
- type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
1502
- /><title /><updated>2012-08-07T21:21:44Z</updated><author><name /></author><content
1503
- type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Product
1504
- 3</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
1505
- m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
1506
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:44.671875Z</d:CreateDate><d:ModifiedDate
1507
- m:type="Edm.DateTime">2012-08-07T21:21:44.671875Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1508
- http_version: !!null
1509
- recorded_at: Tue, 07 Aug 2012 21:21:44 GMT
818
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)</id><category
819
+ term="RubyODataService.Category" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
820
+ /><link rel="edit" title="Category" href="Categories(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Products"
821
+ type="application/atom+xml;type=feed" title="Products" href="Categories(1)/Products"
822
+ /><title /><updated>2015-04-26T16:29:46Z</updated><author><name /></author><content
823
+ type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Test
824
+ Category</d:Name><d:AuditFields m:type="RubyODataService.AuditFields"><d:CreateDate
825
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:CreateDate><d:ModifiedDate
826
+ m:type="Edm.DateTime">2015-04-26T16:29:45.397</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
827
+ http_version:
828
+ recorded_at: Sun, 26 Apr 2015 16:29:46 GMT
1510
829
  - request:
1511
830
  method: get
1512
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Categories(1)/$links/Products
831
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Categories(1)/$links/Products
1513
832
  body:
1514
833
  encoding: US-ASCII
1515
834
  string: ''
1516
835
  headers:
1517
- Accept:
1518
- - ! '*/*; q=0.5, application/xml'
1519
- Accept-Encoding:
1520
- - gzip, deflate
1521
836
  User-Agent:
1522
837
  - Ruby
838
+ Accept:
839
+ - "*/*; q=0.5, application/xml"
840
+ Accept-Encoding:
841
+ - gzip,deflate
1523
842
  response:
1524
843
  status:
1525
844
  code: 200
1526
- message: OK
845
+ message: ''
1527
846
  headers:
1528
847
  Cache-Control:
1529
- - no-cache
848
+ - private
1530
849
  Content-Length:
1531
- - '325'
850
+ - '334'
1532
851
  Content-Type:
1533
852
  - application/xml;charset=utf-8
1534
853
  Server:
1535
- - Microsoft-IIS/7.5
854
+ - Microsoft-IIS/8.0
1536
855
  Set-Cookie:
1537
- - ASP.NET_SessionId=mxfxn1w3z4gqodj3bjf535sa; path=/; HttpOnly
856
+ - ASP.NET_SessionId=tz2ncwhzt5vdbo3r5cjekano; path=/; HttpOnly
1538
857
  X-Content-Type-Options:
1539
858
  - nosniff
1540
859
  Dataserviceversion:
@@ -1544,47 +863,45 @@ http_interactions:
1544
863
  X-Powered-By:
1545
864
  - ASP.NET
1546
865
  Date:
1547
- - Tue, 07 Aug 2012 21:21:44 GMT
866
+ - Sun, 26 Apr 2015 16:29:46 GMT
1548
867
  body:
1549
- encoding: US-ASCII
1550
- string: <?xml version="1.0" encoding="utf-8"?><links xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices"><uri>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</uri><uri>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</uri><uri>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</uri></links>
1551
- http_version: !!null
1552
- recorded_at: Tue, 07 Aug 2012 21:21:45 GMT
868
+ encoding: UTF-8
869
+ string: <?xml version="1.0" encoding="utf-8"?><links xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices"><uri>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</uri><uri>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</uri><uri>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</uri></links>
870
+ http_version:
871
+ recorded_at: Sun, 26 Apr 2015 16:29:46 GMT
1553
872
  - request:
1554
873
  method: post
1555
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
874
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1556
875
  body:
1557
- encoding: ASCII-8BIT
1558
- string: ! '{"Name":"Widget 0054","Description":"Test Widget","Price":"50.00","Category":{"Name":"Category
876
+ encoding: UTF-8
877
+ string: '{"Name":"Widget 0054","Description":"Test Widget","Price":"100.00","Category":{"Name":"Category
1559
878
  0053","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1560
879
  headers:
880
+ User-Agent:
881
+ - Ruby
1561
882
  Accept:
1562
- - ! '*/*; q=0.5, application/xml'
1563
- Accept-Encoding:
1564
- - gzip, deflate
883
+ - "*/*; q=0.5, application/xml"
1565
884
  Content-Type:
1566
885
  - application/json
1567
- Content-Length:
1568
- - '182'
1569
- User-Agent:
1570
- - Ruby
886
+ Accept-Encoding:
887
+ - gzip,deflate
1571
888
  response:
1572
889
  status:
1573
890
  code: 201
1574
- message: Created
891
+ message: ''
1575
892
  headers:
1576
893
  Cache-Control:
1577
- - no-cache
894
+ - private
1578
895
  Content-Length:
1579
- - '1438'
896
+ - '1445'
1580
897
  Content-Type:
1581
898
  - application/atom+xml;type=entry;charset=utf-8
1582
899
  Location:
1583
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(1)
900
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)
1584
901
  Server:
1585
- - Microsoft-IIS/7.5
902
+ - Microsoft-IIS/8.0
1586
903
  Set-Cookie:
1587
- - ASP.NET_SessionId=humiodqhq5ikcbfxqwt4itqm; path=/; HttpOnly
904
+ - ASP.NET_SessionId=4uewpeelh4ehwezodqg1cqcn; path=/; HttpOnly
1588
905
  X-Content-Type-Options:
1589
906
  - nosniff
1590
907
  Dataserviceversion:
@@ -1594,59 +911,57 @@ http_interactions:
1594
911
  X-Powered-By:
1595
912
  - ASP.NET
1596
913
  Date:
1597
- - Tue, 07 Aug 2012 21:21:45 GMT
914
+ - Sun, 26 Apr 2015 16:29:47 GMT
1598
915
  body:
1599
- encoding: US-ASCII
1600
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
916
+ encoding: UTF-8
917
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1601
918
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1602
919
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1603
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
920
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
1604
921
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1605
922
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1606
923
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
1607
- /><title /><updated>2012-08-07T21:21:45Z</updated><author><name /></author><content
924
+ /><title /><updated>2015-04-26T16:29:47Z</updated><author><name /></author><content
1608
925
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Widget
1609
- 0054</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
926
+ 0054</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">100.00</d:Price><d:DiscontinuedDate
1610
927
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
1611
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:45.265625Z</d:CreateDate><d:ModifiedDate
1612
- m:type="Edm.DateTime">2012-08-07T21:21:45.265625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1613
- http_version: !!null
1614
- recorded_at: Tue, 07 Aug 2012 21:21:45 GMT
928
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:47.192407Z</d:CreateDate><d:ModifiedDate
929
+ m:type="Edm.DateTime">2015-04-26T16:29:47.192407Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
930
+ http_version:
931
+ recorded_at: Sun, 26 Apr 2015 16:29:47 GMT
1615
932
  - request:
1616
933
  method: post
1617
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
934
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1618
935
  body:
1619
- encoding: ASCII-8BIT
1620
- string: ! '{"Name":"Widget 0055","Description":"Test Widget","Price":"10.25","Category":{"Name":"Category
936
+ encoding: UTF-8
937
+ string: '{"Name":"Widget 0055","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
1621
938
  0054","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1622
939
  headers:
940
+ User-Agent:
941
+ - Ruby
1623
942
  Accept:
1624
- - ! '*/*; q=0.5, application/xml'
1625
- Accept-Encoding:
1626
- - gzip, deflate
943
+ - "*/*; q=0.5, application/xml"
1627
944
  Content-Type:
1628
945
  - application/json
1629
- Content-Length:
1630
- - '182'
1631
- User-Agent:
1632
- - Ruby
946
+ Accept-Encoding:
947
+ - gzip,deflate
1633
948
  response:
1634
949
  status:
1635
950
  code: 201
1636
- message: Created
951
+ message: ''
1637
952
  headers:
1638
953
  Cache-Control:
1639
- - no-cache
954
+ - private
1640
955
  Content-Length:
1641
- - '1434'
956
+ - '1444'
1642
957
  Content-Type:
1643
958
  - application/atom+xml;type=entry;charset=utf-8
1644
959
  Location:
1645
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(2)
960
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)
1646
961
  Server:
1647
- - Microsoft-IIS/7.5
962
+ - Microsoft-IIS/8.0
1648
963
  Set-Cookie:
1649
- - ASP.NET_SessionId=fwlmccitlxbny02sepb115sh; path=/; HttpOnly
964
+ - ASP.NET_SessionId=pe041eulbemhlpbt2prpdmai; path=/; HttpOnly
1650
965
  X-Content-Type-Options:
1651
966
  - nosniff
1652
967
  Dataserviceversion:
@@ -1656,59 +971,57 @@ http_interactions:
1656
971
  X-Powered-By:
1657
972
  - ASP.NET
1658
973
  Date:
1659
- - Tue, 07 Aug 2012 21:21:45 GMT
974
+ - Sun, 26 Apr 2015 16:29:47 GMT
1660
975
  body:
1661
- encoding: US-ASCII
1662
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
976
+ encoding: UTF-8
977
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1663
978
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1664
979
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1665
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
980
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
1666
981
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1667
982
  /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1668
983
  type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
1669
- /><title /><updated>2012-08-07T21:21:45Z</updated><author><name /></author><content
984
+ /><title /><updated>2015-04-26T16:29:47Z</updated><author><name /></author><content
1670
985
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Widget
1671
- 0055</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
986
+ 0055</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
1672
987
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
1673
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:45.5625Z</d:CreateDate><d:ModifiedDate
1674
- m:type="Edm.DateTime">2012-08-07T21:21:45.5625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1675
- http_version: !!null
1676
- recorded_at: Tue, 07 Aug 2012 21:21:45 GMT
988
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:47.489282Z</d:CreateDate><d:ModifiedDate
989
+ m:type="Edm.DateTime">2015-04-26T16:29:47.489282Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
990
+ http_version:
991
+ recorded_at: Sun, 26 Apr 2015 16:29:47 GMT
1677
992
  - request:
1678
993
  method: post
1679
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
994
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1680
995
  body:
1681
- encoding: ASCII-8BIT
1682
- string: ! '{"Name":"Widget 0056","Description":"Test Widget","Price":"10.25","Category":{"Name":"Category
996
+ encoding: UTF-8
997
+ string: '{"Name":"Widget 0056","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
1683
998
  0055","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1684
999
  headers:
1000
+ User-Agent:
1001
+ - Ruby
1685
1002
  Accept:
1686
- - ! '*/*; q=0.5, application/xml'
1687
- Accept-Encoding:
1688
- - gzip, deflate
1003
+ - "*/*; q=0.5, application/xml"
1689
1004
  Content-Type:
1690
1005
  - application/json
1691
- Content-Length:
1692
- - '182'
1693
- User-Agent:
1694
- - Ruby
1006
+ Accept-Encoding:
1007
+ - gzip,deflate
1695
1008
  response:
1696
1009
  status:
1697
1010
  code: 201
1698
- message: Created
1011
+ message: ''
1699
1012
  headers:
1700
1013
  Cache-Control:
1701
- - no-cache
1014
+ - private
1702
1015
  Content-Length:
1703
- - '1434'
1016
+ - '1444'
1704
1017
  Content-Type:
1705
1018
  - application/atom+xml;type=entry;charset=utf-8
1706
1019
  Location:
1707
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(3)
1020
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)
1708
1021
  Server:
1709
- - Microsoft-IIS/7.5
1022
+ - Microsoft-IIS/8.0
1710
1023
  Set-Cookie:
1711
- - ASP.NET_SessionId=qqnjmnbtj0wojxsfgpbx10dy; path=/; HttpOnly
1024
+ - ASP.NET_SessionId=uvxvk1d1fxgautu2a4ka2hf3; path=/; HttpOnly
1712
1025
  X-Content-Type-Options:
1713
1026
  - nosniff
1714
1027
  Dataserviceversion:
@@ -1718,59 +1031,57 @@ http_interactions:
1718
1031
  X-Powered-By:
1719
1032
  - ASP.NET
1720
1033
  Date:
1721
- - Tue, 07 Aug 2012 21:21:45 GMT
1034
+ - Sun, 26 Apr 2015 16:29:47 GMT
1722
1035
  body:
1723
- encoding: US-ASCII
1724
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1036
+ encoding: UTF-8
1037
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1725
1038
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1726
1039
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1727
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(3)</id><category
1040
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(3)</id><category
1728
1041
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1729
1042
  /><link rel="edit" title="Product" href="Products(3)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1730
1043
  type="application/atom+xml;type=entry" title="Category" href="Products(3)/Category"
1731
- /><title /><updated>2012-08-07T21:21:45Z</updated><author><name /></author><content
1044
+ /><title /><updated>2015-04-26T16:29:47Z</updated><author><name /></author><content
1732
1045
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">3</d:Id><d:Name>Widget
1733
- 0056</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">10.25</d:Price><d:DiscontinuedDate
1046
+ 0056</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
1734
1047
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">3</d:CategoryId><d:AuditFields
1735
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:45.8125Z</d:CreateDate><d:ModifiedDate
1736
- m:type="Edm.DateTime">2012-08-07T21:21:45.8125Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1737
- http_version: !!null
1738
- recorded_at: Tue, 07 Aug 2012 21:21:46 GMT
1048
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:47.786157Z</d:CreateDate><d:ModifiedDate
1049
+ m:type="Edm.DateTime">2015-04-26T16:29:47.786157Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1050
+ http_version:
1051
+ recorded_at: Sun, 26 Apr 2015 16:29:47 GMT
1739
1052
  - request:
1740
1053
  method: post
1741
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
1054
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1742
1055
  body:
1743
- encoding: ASCII-8BIT
1744
- string: ! '{"Name":"Widget 0057","Description":"Test Widget","Price":"50.00","Category":{"Name":"Category
1056
+ encoding: UTF-8
1057
+ string: '{"Name":"Widget 0057","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
1745
1058
  0056","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1746
1059
  headers:
1060
+ User-Agent:
1061
+ - Ruby
1747
1062
  Accept:
1748
- - ! '*/*; q=0.5, application/xml'
1749
- Accept-Encoding:
1750
- - gzip, deflate
1063
+ - "*/*; q=0.5, application/xml"
1751
1064
  Content-Type:
1752
1065
  - application/json
1753
- Content-Length:
1754
- - '182'
1755
- User-Agent:
1756
- - Ruby
1066
+ Accept-Encoding:
1067
+ - gzip,deflate
1757
1068
  response:
1758
1069
  status:
1759
1070
  code: 201
1760
- message: Created
1071
+ message: ''
1761
1072
  headers:
1762
1073
  Cache-Control:
1763
- - no-cache
1074
+ - private
1764
1075
  Content-Length:
1765
- - '1438'
1076
+ - '1444'
1766
1077
  Content-Type:
1767
1078
  - application/atom+xml;type=entry;charset=utf-8
1768
1079
  Location:
1769
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(4)
1080
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)
1770
1081
  Server:
1771
- - Microsoft-IIS/7.5
1082
+ - Microsoft-IIS/8.0
1772
1083
  Set-Cookie:
1773
- - ASP.NET_SessionId=yeqqqrneuptxu10uvp4o30nh; path=/; HttpOnly
1084
+ - ASP.NET_SessionId=0r33v5pogf333z4hvvrhcx54; path=/; HttpOnly
1774
1085
  X-Content-Type-Options:
1775
1086
  - nosniff
1776
1087
  Dataserviceversion:
@@ -1780,44 +1091,44 @@ http_interactions:
1780
1091
  X-Powered-By:
1781
1092
  - ASP.NET
1782
1093
  Date:
1783
- - Tue, 07 Aug 2012 21:21:45 GMT
1094
+ - Sun, 26 Apr 2015 16:29:47 GMT
1784
1095
  body:
1785
- encoding: US-ASCII
1786
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1096
+ encoding: UTF-8
1097
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1787
1098
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1788
1099
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1789
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(4)</id><category
1100
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(4)</id><category
1790
1101
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1791
1102
  /><link rel="edit" title="Product" href="Products(4)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1792
1103
  type="application/atom+xml;type=entry" title="Category" href="Products(4)/Category"
1793
- /><title /><updated>2012-08-07T21:21:46Z</updated><author><name /></author><content
1104
+ /><title /><updated>2015-04-26T16:29:48Z</updated><author><name /></author><content
1794
1105
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">4</d:Id><d:Name>Widget
1795
- 0057</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
1106
+ 0057</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
1796
1107
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">4</d:CategoryId><d:AuditFields
1797
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:46.078125Z</d:CreateDate><d:ModifiedDate
1798
- m:type="Edm.DateTime">2012-08-07T21:21:46.078125Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1799
- http_version: !!null
1800
- recorded_at: Tue, 07 Aug 2012 21:21:46 GMT
1108
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:48.098657Z</d:CreateDate><d:ModifiedDate
1109
+ m:type="Edm.DateTime">2015-04-26T16:29:48.098657Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1110
+ http_version:
1111
+ recorded_at: Sun, 26 Apr 2015 16:29:48 GMT
1801
1112
  - request:
1802
1113
  method: get
1803
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products/$count
1114
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products/$count
1804
1115
  body:
1805
1116
  encoding: US-ASCII
1806
1117
  string: ''
1807
1118
  headers:
1808
- Accept:
1809
- - ! '*/*; q=0.5, application/xml'
1810
- Accept-Encoding:
1811
- - gzip, deflate
1812
1119
  User-Agent:
1813
1120
  - Ruby
1121
+ Accept:
1122
+ - "*/*; q=0.5, application/xml"
1123
+ Accept-Encoding:
1124
+ - gzip,deflate
1814
1125
  response:
1815
1126
  status:
1816
1127
  code: 200
1817
- message: OK
1128
+ message: ''
1818
1129
  headers:
1819
1130
  Cache-Control:
1820
- - no-cache
1131
+ - private
1821
1132
  Content-Type:
1822
1133
  - text/plain;charset=utf-8
1823
1134
  Content-Encoding:
@@ -1825,9 +1136,9 @@ http_interactions:
1825
1136
  Vary:
1826
1137
  - Accept-Encoding
1827
1138
  Server:
1828
- - Microsoft-IIS/7.5
1139
+ - Microsoft-IIS/8.0
1829
1140
  Set-Cookie:
1830
- - ASP.NET_SessionId=g3vr35kh4ut40ruechzw42wt; path=/; HttpOnly
1141
+ - ASP.NET_SessionId=zncwudup1xqs0ikfeoexdycj; path=/; HttpOnly
1831
1142
  X-Content-Type-Options:
1832
1143
  - nosniff
1833
1144
  Dataserviceversion:
@@ -1837,7 +1148,7 @@ http_interactions:
1837
1148
  X-Powered-By:
1838
1149
  - ASP.NET
1839
1150
  Date:
1840
- - Tue, 07 Aug 2012 21:21:45 GMT
1151
+ - Sun, 26 Apr 2015 16:29:47 GMT
1841
1152
  Content-Length:
1842
1153
  - '120'
1843
1154
  body:
@@ -1846,43 +1157,41 @@ http_interactions:
1846
1157
  H4sIAAAAAAAEAO29B2AcSZYlJi9tynt/SvVK1+B0oQiAYBMk2JBAEOzBiM3m
1847
1158
  kuwdaUcjKasqgcplVmVdZhZAzO2dvPfee++999577733ujudTif33/8/XGZk
1848
1159
  AWz2zkrayZ4hgKrIHz9+fB8/Ivb/HzgbtvMBAAAA
1849
- http_version: !!null
1850
- recorded_at: Tue, 07 Aug 2012 21:21:46 GMT
1160
+ http_version:
1161
+ recorded_at: Sun, 26 Apr 2015 16:29:48 GMT
1851
1162
  - request:
1852
1163
  method: post
1853
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
1164
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1854
1165
  body:
1855
- encoding: ASCII-8BIT
1856
- string: ! '{"Name":"Product 1","Description":"Test Widget","Price":"50.00","Category":{"Name":"Category
1166
+ encoding: UTF-8
1167
+ string: '{"Name":"Product 1","Description":"Test Widget","Price":"25.00","Category":{"Name":"Category
1857
1168
  0057","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1858
1169
  headers:
1170
+ User-Agent:
1171
+ - Ruby
1859
1172
  Accept:
1860
- - ! '*/*; q=0.5, application/xml'
1861
- Accept-Encoding:
1862
- - gzip, deflate
1173
+ - "*/*; q=0.5, application/xml"
1863
1174
  Content-Type:
1864
1175
  - application/json
1865
- Content-Length:
1866
- - '180'
1867
- User-Agent:
1868
- - Ruby
1176
+ Accept-Encoding:
1177
+ - gzip,deflate
1869
1178
  response:
1870
1179
  status:
1871
1180
  code: 201
1872
- message: Created
1181
+ message: ''
1873
1182
  headers:
1874
1183
  Cache-Control:
1875
- - no-cache
1184
+ - private
1876
1185
  Content-Length:
1877
- - '1434'
1186
+ - '1442'
1878
1187
  Content-Type:
1879
1188
  - application/atom+xml;type=entry;charset=utf-8
1880
1189
  Location:
1881
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(1)
1190
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)
1882
1191
  Server:
1883
- - Microsoft-IIS/7.5
1192
+ - Microsoft-IIS/8.0
1884
1193
  Set-Cookie:
1885
- - ASP.NET_SessionId=sea5oynoleek5eq3kaxtgctb; path=/; HttpOnly
1194
+ - ASP.NET_SessionId=1mlpsez2xb4rds0nbfr4svpw; path=/; HttpOnly
1886
1195
  X-Content-Type-Options:
1887
1196
  - nosniff
1888
1197
  Dataserviceversion:
@@ -1892,59 +1201,57 @@ http_interactions:
1892
1201
  X-Powered-By:
1893
1202
  - ASP.NET
1894
1203
  Date:
1895
- - Tue, 07 Aug 2012 21:21:46 GMT
1204
+ - Sun, 26 Apr 2015 16:29:48 GMT
1896
1205
  body:
1897
- encoding: US-ASCII
1898
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1206
+ encoding: UTF-8
1207
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1899
1208
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1900
1209
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1901
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(1)</id><category
1210
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(1)</id><category
1902
1211
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1903
1212
  /><link rel="edit" title="Product" href="Products(1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1904
1213
  type="application/atom+xml;type=entry" title="Category" href="Products(1)/Category"
1905
- /><title /><updated>2012-08-07T21:21:46Z</updated><author><name /></author><content
1214
+ /><title /><updated>2015-04-26T16:29:48Z</updated><author><name /></author><content
1906
1215
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">1</d:Id><d:Name>Product
1907
- 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">50.00</d:Price><d:DiscontinuedDate
1216
+ 1</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
1908
1217
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">1</d:CategoryId><d:AuditFields
1909
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:46.65625Z</d:CreateDate><d:ModifiedDate
1910
- m:type="Edm.DateTime">2012-08-07T21:21:46.65625Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1911
- http_version: !!null
1912
- recorded_at: Tue, 07 Aug 2012 21:21:46 GMT
1218
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:48.692407Z</d:CreateDate><d:ModifiedDate
1219
+ m:type="Edm.DateTime">2015-04-26T16:29:48.692407Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1220
+ http_version:
1221
+ recorded_at: Sun, 26 Apr 2015 16:29:48 GMT
1913
1222
  - request:
1914
1223
  method: post
1915
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products
1224
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products
1916
1225
  body:
1917
- encoding: ASCII-8BIT
1918
- string: ! '{"Name":"Product 2","Description":"Test Widget","Price":"75.50","Category":{"Name":"Category
1226
+ encoding: UTF-8
1227
+ string: '{"Name":"Product 2","Description":"Test Widget","Price":"25.00","Category":{"Name":"Category
1919
1228
  0058","AuditFields":{"CreatedBy":"Machinist"}},"AuditFields":{"CreatedBy":"Machinist"}}'
1920
1229
  headers:
1230
+ User-Agent:
1231
+ - Ruby
1921
1232
  Accept:
1922
- - ! '*/*; q=0.5, application/xml'
1923
- Accept-Encoding:
1924
- - gzip, deflate
1233
+ - "*/*; q=0.5, application/xml"
1925
1234
  Content-Type:
1926
1235
  - application/json
1927
- Content-Length:
1928
- - '180'
1929
- User-Agent:
1930
- - Ruby
1236
+ Accept-Encoding:
1237
+ - gzip,deflate
1931
1238
  response:
1932
1239
  status:
1933
1240
  code: 201
1934
- message: Created
1241
+ message: ''
1935
1242
  headers:
1936
1243
  Cache-Control:
1937
- - no-cache
1244
+ - private
1938
1245
  Content-Length:
1939
- - '1434'
1246
+ - '1442'
1940
1247
  Content-Type:
1941
1248
  - application/atom+xml;type=entry;charset=utf-8
1942
1249
  Location:
1943
- - http://win7dev:8989/SampleService/RubyOData.svc/Products(2)
1250
+ - http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)
1944
1251
  Server:
1945
- - Microsoft-IIS/7.5
1252
+ - Microsoft-IIS/8.0
1946
1253
  Set-Cookie:
1947
- - ASP.NET_SessionId=f3z0y5224ri4y0hf52qk40hj; path=/; HttpOnly
1254
+ - ASP.NET_SessionId=txzw0by0ab0xcguqarl2dgmv; path=/; HttpOnly
1948
1255
  X-Content-Type-Options:
1949
1256
  - nosniff
1950
1257
  Dataserviceversion:
@@ -1954,44 +1261,44 @@ http_interactions:
1954
1261
  X-Powered-By:
1955
1262
  - ASP.NET
1956
1263
  Date:
1957
- - Tue, 07 Aug 2012 21:21:46 GMT
1264
+ - Sun, 26 Apr 2015 16:29:48 GMT
1958
1265
  body:
1959
- encoding: US-ASCII
1960
- string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://win7dev:8989/SampleService/RubyOData.svc/"
1266
+ encoding: UTF-8
1267
+ string: <?xml version="1.0" encoding="utf-8"?><entry xml:base="http://10.10.0.17:8989/SampleService/RubyOData.svc/"
1961
1268
  xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
1962
1269
  xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss"
1963
- xmlns:gml="http://www.opengis.net/gml"><id>http://win7dev:8989/SampleService/RubyOData.svc/Products(2)</id><category
1270
+ xmlns:gml="http://www.opengis.net/gml"><id>http://10.10.0.17:8989/SampleService/RubyOData.svc/Products(2)</id><category
1964
1271
  term="RubyODataService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
1965
1272
  /><link rel="edit" title="Product" href="Products(2)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Category"
1966
1273
  type="application/atom+xml;type=entry" title="Category" href="Products(2)/Category"
1967
- /><title /><updated>2012-08-07T21:21:46Z</updated><author><name /></author><content
1274
+ /><title /><updated>2015-04-26T16:29:49Z</updated><author><name /></author><content
1968
1275
  type="application/xml"><m:properties><d:Id m:type="Edm.Int32">2</d:Id><d:Name>Product
1969
- 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">75.50</d:Price><d:DiscontinuedDate
1276
+ 2</d:Name><d:Description>Test Widget</d:Description><d:Price m:type="Edm.Decimal">25.00</d:Price><d:DiscontinuedDate
1970
1277
  m:type="Edm.DateTime" m:null="true" /><d:CategoryId m:type="Edm.Int32">2</d:CategoryId><d:AuditFields
1971
- m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2012-08-07T21:21:46.96875Z</d:CreateDate><d:ModifiedDate
1972
- m:type="Edm.DateTime">2012-08-07T21:21:46.96875Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1973
- http_version: !!null
1974
- recorded_at: Tue, 07 Aug 2012 21:21:47 GMT
1278
+ m:type="RubyODataService.AuditFields"><d:CreateDate m:type="Edm.DateTime">2015-04-26T16:29:48.989282Z</d:CreateDate><d:ModifiedDate
1279
+ m:type="Edm.DateTime">2015-04-26T16:29:48.989282Z</d:ModifiedDate><d:CreatedBy>Machinist</d:CreatedBy></d:AuditFields></m:properties></content></entry>
1280
+ http_version:
1281
+ recorded_at: Sun, 26 Apr 2015 16:29:49 GMT
1975
1282
  - request:
1976
1283
  method: get
1977
- uri: http://win7dev:8989/SampleService/RubyOData.svc/Products/$count?$filter=Name%20eq%20'Product%202'
1284
+ uri: http://10.10.0.17:8989/SampleService/RubyOData.svc/Products/$count?$filter=Name%20eq%20'Product%202'
1978
1285
  body:
1979
1286
  encoding: US-ASCII
1980
1287
  string: ''
1981
1288
  headers:
1982
- Accept:
1983
- - ! '*/*; q=0.5, application/xml'
1984
- Accept-Encoding:
1985
- - gzip, deflate
1986
1289
  User-Agent:
1987
1290
  - Ruby
1291
+ Accept:
1292
+ - "*/*; q=0.5, application/xml"
1293
+ Accept-Encoding:
1294
+ - gzip,deflate
1988
1295
  response:
1989
1296
  status:
1990
1297
  code: 200
1991
- message: OK
1298
+ message: ''
1992
1299
  headers:
1993
1300
  Cache-Control:
1994
- - no-cache
1301
+ - private
1995
1302
  Content-Type:
1996
1303
  - text/plain;charset=utf-8
1997
1304
  Content-Encoding:
@@ -1999,9 +1306,9 @@ http_interactions:
1999
1306
  Vary:
2000
1307
  - Accept-Encoding
2001
1308
  Server:
2002
- - Microsoft-IIS/7.5
1309
+ - Microsoft-IIS/8.0
2003
1310
  Set-Cookie:
2004
- - ASP.NET_SessionId=abq1dyldfwyolumls5udn4y0; path=/; HttpOnly
1311
+ - ASP.NET_SessionId=m3tclyxmoxoe2fvz1nm5zejt; path=/; HttpOnly
2005
1312
  X-Content-Type-Options:
2006
1313
  - nosniff
2007
1314
  Dataserviceversion:
@@ -2011,7 +1318,7 @@ http_interactions:
2011
1318
  X-Powered-By:
2012
1319
  - ASP.NET
2013
1320
  Date:
2014
- - Tue, 07 Aug 2012 21:21:46 GMT
1321
+ - Sun, 26 Apr 2015 16:29:48 GMT
2015
1322
  Content-Length:
2016
1323
  - '120'
2017
1324
  body:
@@ -2020,6 +1327,6 @@ http_interactions:
2020
1327
  H4sIAAAAAAAEAO29B2AcSZYlJi9tynt/SvVK1+B0oQiAYBMk2JBAEOzBiM3m
2021
1328
  kuwdaUcjKasqgcplVmVdZhZAzO2dvPfee++999577733ujudTif33/8/XGZk
2022
1329
  AWz2zkrayZ4hgKrIHz9+fB8/Inb/H7fv3IMBAAAA
2023
- http_version: !!null
2024
- recorded_at: Tue, 07 Aug 2012 21:21:47 GMT
2025
- recorded_with: VCR 2.2.4
1330
+ http_version:
1331
+ recorded_at: Sun, 26 Apr 2015 16:29:49 GMT
1332
+ recorded_with: VCR 2.5.0