exlibris-primo 0.1.1 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -2
- data/Rakefile +1 -5
- data/lib/exlibris/primo/eshelf.rb +4 -3
- data/lib/exlibris/primo/holding.rb +2 -10
- data/lib/exlibris/primo/record.rb +11 -6
- data/lib/exlibris/primo/searcher.rb +2 -4
- data/lib/exlibris/primo/version.rb +2 -2
- data/test/exlibris-primo_test.rb +3 -3
- data/test/test_helper.rb +33 -7
- data/test/unit/eshelf_test.rb +106 -87
- data/test/unit/record_test.rb +64 -45
- data/test/unit/searcher_benchmarks.rb +20 -28
- data/test/unit/searcher_test.rb +298 -273
- data/test/unit/web_service_benchmarks.rb +19 -21
- data/test/unit/web_service_test.rb +130 -102
- data/test/vcr_cassettes/eshelf_add_invalid_records.yml +107 -0
- data/test/vcr_cassettes/eshelf_add_same_record_twice.yml +159 -0
- data/test/vcr_cassettes/eshelf_add_to_empty_basket.yml +107 -0
- data/test/vcr_cassettes/eshelf_add_to_invalid_basket.yml +55 -0
- data/test/vcr_cassettes/eshelf_invalid_eshelf.yml +55 -0
- data/test/vcr_cassettes/eshelf_invalid_institution.yml +55 -0
- data/test/vcr_cassettes/eshelf_valid_eshelf.yml +2553 -0
- data/test/vcr_cassettes/eshelf_valid_eshelf_structure.yml +47 -0
- data/test/vcr_cassettes/record.yml +212 -0
- data/test/vcr_cassettes/record_invalid_record.yml +55 -0
- data/test/vcr_cassettes/record_sub_record.yml +212 -0
- data/test/vcr_cassettes/record_valid_record.yml +212 -0
- data/test/vcr_cassettes/searcher_base_holdings_by_id.yml +212 -0
- data/test/vcr_cassettes/searcher_dedupmrg_by_id.yml +347 -0
- data/test/vcr_cassettes/searcher_diacritics1_by_id.yml +207 -0
- data/test/vcr_cassettes/searcher_diacritics2_by_id.yml +232 -0
- data/test/vcr_cassettes/searcher_holdings_by_id.yml +212 -0
- data/test/vcr_cassettes/searcher_invalid_id.yml +55 -0
- data/test/vcr_cassettes/searcher_rsrcs_by_id.yml +270 -0
- data/test/vcr_cassettes/searcher_search_by_isbn.yml +278 -0
- data/test/vcr_cassettes/searcher_search_by_issn.yml +297 -0
- data/test/vcr_cassettes/searcher_search_by_title_author_genre.yml +671 -0
- data/test/vcr_cassettes/searcher_test_bug_1361.yml +224 -0
- data/test/vcr_cassettes/searcher_test_problem_by_id.yml +194 -0
- data/test/vcr_cassettes/searcher_tocs_by_id.yml +217 -0
- data/test/vcr_cassettes/web_service_author_search.yml +1269 -0
- data/test/vcr_cassettes/web_service_bogus_200.yml +392 -0
- data/test/vcr_cassettes/web_service_brief_search.yml +299 -0
- data/test/vcr_cassettes/web_service_get_eshelf.yml +11823 -0
- data/test/vcr_cassettes/web_service_get_eshelf_structure_search.yml +47 -0
- data/test/vcr_cassettes/web_service_invalid_document.yml +54 -0
- data/test/vcr_cassettes/web_service_isbn_search.yml +299 -0
- data/test/vcr_cassettes/web_service_issn_search.yml +293 -0
- data/test/vcr_cassettes/web_service_problem_document.yml +193 -0
- data/test/vcr_cassettes/web_service_single_document.yml +233 -0
- data/test/vcr_cassettes/web_service_title_author_genre_search.yml +719 -0
- data/test/vcr_cassettes/web_service_title_search.yml +1035 -0
- metadata +147 -77
- data/lib/tasks/exlibris-primo_tasks.rake +0 -4
- data/test/dummy/README.rdoc +0 -261
- data/test/dummy/Rakefile +0 -7
- data/test/dummy/app/assets/javascripts/application.js +0 -15
- data/test/dummy/app/assets/stylesheets/application.css +0 -13
- data/test/dummy/app/controllers/application_controller.rb +0 -3
- data/test/dummy/app/helpers/application_helper.rb +0 -2
- data/test/dummy/app/views/layouts/application.html.erb +0 -14
- data/test/dummy/config.ru +0 -4
- data/test/dummy/config/application.rb +0 -56
- data/test/dummy/config/boot.rb +0 -10
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/config/environment.rb +0 -5
- data/test/dummy/config/environments/development.rb +0 -37
- data/test/dummy/config/environments/production.rb +0 -67
- data/test/dummy/config/environments/test.rb +0 -37
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/test/dummy/config/initializers/inflections.rb +0 -15
- data/test/dummy/config/initializers/mime_types.rb +0 -5
- data/test/dummy/config/initializers/secret_token.rb +0 -7
- data/test/dummy/config/initializers/session_store.rb +0 -8
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/test/dummy/config/locales/en.yml +0 -5
- data/test/dummy/config/routes.rb +0 -58
- data/test/dummy/db/README +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +0 -1704
- data/test/dummy/public/404.html +0 -26
- data/test/dummy/public/422.html +0 -26
- data/test/dummy/public/500.html +0 -25
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +0 -6
@@ -0,0 +1,47 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcat.library.nyu.edu/PrimoWebServices/services/primo/eshelfstructure
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:getEshelfStructure env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getEshelfStructureRequest xsi:type="xsd:string"><getEshelfStructureRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><userId>N18158418</userId><institution>NYU</institution><includeBasketItems>false</includeBasketItems></getEshelfStructureRequest></getEshelfStructureRequest>
|
16
|
+
</n1:getEshelfStructure>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
X-Powered-By:
|
34
|
+
- "Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)"
|
35
|
+
Content-Type:
|
36
|
+
- text/xml;charset=utf-8
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
Date:
|
40
|
+
- Fri, 12 Oct 2012 17:59:05 GMT
|
41
|
+
Server:
|
42
|
+
- Apache-Coyote/1.1
|
43
|
+
body:
|
44
|
+
string: <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getEshelfStructureResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getEshelfStructureReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><prim:eshelf_folders xmlns:prim="http://www.exlibris.com/primo/xsd/primoeshelffolder"><prim:eshelf_folder parent_id="298560007" folder_id="298560007"><prim:folder_name>Basket</prim:folder_name><prim:eshelf_folder_set><prim:eshelf_folder parent_id="298560007" folder_id="344619707"><prim:folder_name>Test</prim:folder_name></prim:eshelf_folder></prim:eshelf_folder_set></prim:eshelf_folder></prim:eshelf_folders></getEshelfStructureReturn></ns1:getEshelfStructureResponse></soapenv:Body></soapenv:Envelope>
|
45
|
+
http_version:
|
46
|
+
recorded_at: Fri, 12 Oct 2012 17:59:05 GMT
|
47
|
+
recorded_with: VCR 2.2.5
|
@@ -0,0 +1,212 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcat.library.nyu.edu/PrimoWebServices/services/primo/searcher
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:getRecord env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getRecordRequest xsi:type="xsd:string"><fullViewRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><PrimoSearchRequest xmlns='http://www.exlibris.com/primo/xsd/search/request'><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled><HighlightingEnabled>false</HighlightingEnabled></PrimoSearchRequest><docId>nyu_aleph000062856</docId><institution>NYU</institution></fullViewRequest></getRecordRequest>
|
16
|
+
</n1:getRecord>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
X-Powered-By:
|
34
|
+
- "Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)"
|
35
|
+
Content-Type:
|
36
|
+
- text/xml;charset=utf-8
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
Date:
|
40
|
+
- Fri, 12 Oct 2012 17:59:14 GMT
|
41
|
+
Server:
|
42
|
+
- Apache-Coyote/1.1
|
43
|
+
body:
|
44
|
+
string: |-
|
45
|
+
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getRecordResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getRecordReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><SEGMENTS xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
46
|
+
<JAGROOT>
|
47
|
+
<RESULT>
|
48
|
+
<DOCSET TOTALHITS="1">
|
49
|
+
<sear:DOC LOCAL="true" xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib" xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
50
|
+
<PrimoNMBib>
|
51
|
+
<record>
|
52
|
+
<control>
|
53
|
+
<sourcerecordid>000062856</sourcerecordid>
|
54
|
+
<sourceid>nyu_aleph</sourceid>
|
55
|
+
<recordid>nyu_aleph000062856</recordid>
|
56
|
+
<originalsourceid>NYU01</originalsourceid>
|
57
|
+
<ilsapiid>NYU01000062856</ilsapiid>
|
58
|
+
<sourceformat>MARC21</sourceformat>
|
59
|
+
<sourcesystem>Aleph</sourcesystem>
|
60
|
+
</control>
|
61
|
+
<display>
|
62
|
+
<type>book</type>
|
63
|
+
<title>Travels with my aunt</title>
|
64
|
+
<creator>Graham Greene 1904-1991.</creator>
|
65
|
+
<edition>Deluxe ed.</edition>
|
66
|
+
<publisher>New York : Penguin Books</publisher>
|
67
|
+
<creationdate>2004</creationdate>
|
68
|
+
<format>xvi, 254 p. ; 22 cm.</format>
|
69
|
+
<identifier>$$Cisbn$$V0143039008</identifier>
|
70
|
+
<subject>British -- Foreign countries -- Fiction; Women travelers -- Fiction; Older women -- Fiction; Travelers -- Fiction; Retirees -- Fiction; Aunts -- Fiction; Humorous stories</subject>
|
71
|
+
<language>eng</language>
|
72
|
+
<relation>$$Cseries $$VPenguin classics</relation>
|
73
|
+
<source>nyu_aleph</source>
|
74
|
+
<availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(PR6013.R44 T7 2004 )$$Sunavailable$$31$$41$$5N$$61$$XNYU50$$YBOBST$$ZMAIN</availlibrary>
|
75
|
+
<lds02>nyu_aleph000062856</lds02>
|
76
|
+
<lds01>NYU</lds01>
|
77
|
+
<availinstitution>$$INYU$$Sunavailable</availinstitution>
|
78
|
+
<availpnx>unavailable</availpnx>
|
79
|
+
</display>
|
80
|
+
<links>
|
81
|
+
<openurl>$$Topenurl_journal</openurl>
|
82
|
+
<backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>
|
83
|
+
<thumbnail>$$Tamazon_thumb</thumbnail>
|
84
|
+
<linktotoc>$$Tamazon_toc$$DCheck for Amazon Search Inside</linktotoc>
|
85
|
+
<openurlfulltext>$$Topenurlfull_journal</openurlfulltext>
|
86
|
+
<linktoholdings>$$Taleph_holdings</linktoholdings>
|
87
|
+
<linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>
|
88
|
+
<linktouc>$$Tamazon_uc$$DCheck Amazon</linktouc>
|
89
|
+
<linktouc>$$Tworldcat_isbn$$DCheck other libraries (WorldCat®)</linktouc>
|
90
|
+
<linktoexcerpt>$$Tsyndetics_excerpt$$DExcerpt from item</linktoexcerpt>
|
91
|
+
</links>
|
92
|
+
<search>
|
93
|
+
<creatorcontrib>Graham, Greene 1904-1991.</creatorcontrib>
|
94
|
+
<creatorcontrib>Greene, Graham, 1904-1991.</creatorcontrib>
|
95
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
96
|
+
<creatorcontrib>Graham Greene ; introduction by Gloria Emerson.</creatorcontrib>
|
97
|
+
<title>Travels with my aunt /</title>
|
98
|
+
<subject>British Foreign countries Fiction</subject>
|
99
|
+
<subject>Women travelers Fiction</subject>
|
100
|
+
<subject>Older women Fiction</subject>
|
101
|
+
<subject>Travelers Fiction</subject>
|
102
|
+
<subject>Retirees Fiction</subject>
|
103
|
+
<subject>Aunts Fiction</subject>
|
104
|
+
<subject>Humorous stories</subject>
|
105
|
+
<general>Penguin Books,</general>
|
106
|
+
<general>"Graham Greene centennial, 1904-2004"--Cover.</general>
|
107
|
+
<sourceid>nyu_aleph</sourceid>
|
108
|
+
<recordid>nyu_aleph000062856</recordid>
|
109
|
+
<isbn>0143039008</isbn>
|
110
|
+
<rsrctype>book</rsrctype>
|
111
|
+
<creationdate>2004</creationdate>
|
112
|
+
<creationdate>1969</creationdate>
|
113
|
+
<addtitle>Penguin classics</addtitle>
|
114
|
+
<searchscope>BOBST</searchscope>
|
115
|
+
<searchscope>BOBST Main Collection</searchscope>
|
116
|
+
<searchscope>nyu_aleph</searchscope>
|
117
|
+
<searchscope>NYU</searchscope>
|
118
|
+
<scope>BOBST</scope>
|
119
|
+
<scope>BOBST Main Collection</scope>
|
120
|
+
<scope>nyu_aleph</scope>
|
121
|
+
<scope>NYU</scope>
|
122
|
+
<lsr02>Penguin Books,</lsr02>
|
123
|
+
</search>
|
124
|
+
<sort>
|
125
|
+
<title>Travels with my aunt /</title>
|
126
|
+
<creationdate>2004</creationdate>
|
127
|
+
<author>Greene, Graham, 1904-1991.</author>
|
128
|
+
<lso01>2004</lso01>
|
129
|
+
</sort>
|
130
|
+
<facets>
|
131
|
+
<language>eng</language>
|
132
|
+
<creationdate>2004</creationdate>
|
133
|
+
<topic>British–Foreign countries–Fiction</topic>
|
134
|
+
<topic>Women travelers–Fiction</topic>
|
135
|
+
<topic>Older women–Fiction</topic>
|
136
|
+
<topic>Travelers–Fiction</topic>
|
137
|
+
<topic>Retirees–Fiction</topic>
|
138
|
+
<topic>Aunts–Fiction</topic>
|
139
|
+
<collection>BOBST</collection>
|
140
|
+
<prefilter>books</prefilter>
|
141
|
+
<rsrctype>books</rsrctype>
|
142
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
143
|
+
<genre>Fiction</genre>
|
144
|
+
<genre>Humorous stories</genre>
|
145
|
+
<library>BOBST</library>
|
146
|
+
<lfc01>Main Collection</lfc01>
|
147
|
+
<classificationlcc>P - Language and literature.–English literature</classificationlcc>
|
148
|
+
<frbrgroupid>44552541</frbrgroupid>
|
149
|
+
<frbrtype>5</frbrtype>
|
150
|
+
</facets>
|
151
|
+
<dedup>
|
152
|
+
<t>1</t>
|
153
|
+
<c1>2004559272</c1>
|
154
|
+
<c2>0143039008</c2>
|
155
|
+
<c3>travelswithmyaunt</c3>
|
156
|
+
<c4>2004</c4>
|
157
|
+
<f1>2004559272</f1>
|
158
|
+
<f3>0143039008</f3>
|
159
|
+
<f5>travelswithmyaunt</f5>
|
160
|
+
<f6>2004</f6>
|
161
|
+
<f7>travels with my aunt</f7>
|
162
|
+
<f8>nyu</f8>
|
163
|
+
<f9>xvi, 254 p. ;</f9>
|
164
|
+
<f10>penguin books</f10>
|
165
|
+
<f11>greene graham 1904 1991</f11>
|
166
|
+
</dedup>
|
167
|
+
<frbr>
|
168
|
+
<t>1</t>
|
169
|
+
<k1>$$Kgreene graham 1904 1991$$AA</k1>
|
170
|
+
<k3>$$Kbooktravels with my aunt$$AT</k3>
|
171
|
+
</frbr>
|
172
|
+
<delivery>
|
173
|
+
<institution>NYU</institution>
|
174
|
+
<delcategory>Physical Item</delcategory>
|
175
|
+
</delivery>
|
176
|
+
<enrichment>
|
177
|
+
<classificationlcc>PR6013.R44</classificationlcc>
|
178
|
+
</enrichment>
|
179
|
+
<ranking>
|
180
|
+
<booster1>1</booster1>
|
181
|
+
<booster2>1</booster2>
|
182
|
+
</ranking>
|
183
|
+
<addata>
|
184
|
+
<aulast>Greene</aulast>
|
185
|
+
<aufirst>Graham,</aufirst>
|
186
|
+
<au>Greene, Graham, 1904-1991</au>
|
187
|
+
<btitle>Travels with my aunt</btitle>
|
188
|
+
<seriestitle>Penguin classics</seriestitle>
|
189
|
+
<date>2004</date>
|
190
|
+
<risdate>2004.</risdate>
|
191
|
+
<isbn>0143039008</isbn>
|
192
|
+
<format>book</format>
|
193
|
+
<genre>book</genre>
|
194
|
+
<ristype>BOOK</ristype>
|
195
|
+
<notes>Includes bibliographical references (p. xv-xvi).</notes>
|
196
|
+
<cop>New York</cop>
|
197
|
+
<pub>Penguin Books</pub>
|
198
|
+
<oclcid>56781200</oclcid>
|
199
|
+
<lccn>2004559272</lccn>
|
200
|
+
<lad01>Physical Item</lad01>
|
201
|
+
</addata>
|
202
|
+
</record>
|
203
|
+
</PrimoNMBib>
|
204
|
+
</sear:DOC>
|
205
|
+
</DOCSET>
|
206
|
+
</RESULT>
|
207
|
+
</JAGROOT>
|
208
|
+
</SEGMENTS>
|
209
|
+
</getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>
|
210
|
+
http_version:
|
211
|
+
recorded_at: Fri, 12 Oct 2012 17:59:15 GMT
|
212
|
+
recorded_with: VCR 2.2.5
|
@@ -0,0 +1,55 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcat.library.nyu.edu/PrimoWebServices/services/primo/searcher
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:getRecord env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getRecordRequest xsi:type="xsd:string"><fullViewRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><PrimoSearchRequest xmlns='http://www.exlibris.com/primo/xsd/search/request'><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled><HighlightingEnabled>false</HighlightingEnabled></PrimoSearchRequest><docId>INVALID_RECORD</docId><institution>NYU</institution></fullViewRequest></getRecordRequest>
|
16
|
+
</n1:getRecord>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
X-Powered-By:
|
34
|
+
- "Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)"
|
35
|
+
Content-Type:
|
36
|
+
- text/xml;charset=utf-8
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
Date:
|
40
|
+
- Fri, 12 Oct 2012 17:59:14 GMT
|
41
|
+
Server:
|
42
|
+
- Apache-Coyote/1.1
|
43
|
+
body:
|
44
|
+
string: |-
|
45
|
+
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getRecordResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getRecordReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><SEGMENTS xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
46
|
+
<JAGROOT>
|
47
|
+
<RESULT>
|
48
|
+
<ERROR MESSAGE="PrimoSearchWS getRecord null" CODE="-1"/>
|
49
|
+
</RESULT>
|
50
|
+
</JAGROOT>
|
51
|
+
</SEGMENTS>
|
52
|
+
</getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>
|
53
|
+
http_version:
|
54
|
+
recorded_at: Fri, 12 Oct 2012 17:59:15 GMT
|
55
|
+
recorded_with: VCR 2.2.5
|
@@ -0,0 +1,212 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: http://bobcat.library.nyu.edu/PrimoWebServices/services/primo/searcher
|
6
|
+
body:
|
7
|
+
string: |-
|
8
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
9
|
+
<env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
10
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
11
|
+
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
|
12
|
+
<env:Body>
|
13
|
+
<n1:getRecord env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
14
|
+
xmlns:n1="http://www.exlibris.com/primo/xsd/wsRequest">
|
15
|
+
<getRecordRequest xsi:type="xsd:string"><fullViewRequest xmlns='http://www.exlibris.com/primo/xsd/wsRequest'><PrimoSearchRequest xmlns='http://www.exlibris.com/primo/xsd/search/request'><QueryTerms><BoolOpeator>AND</BoolOpeator></QueryTerms><StartIndex>1</StartIndex><BulkSize>5</BulkSize><DidUMeanEnabled>false</DidUMeanEnabled><HighlightingEnabled>false</HighlightingEnabled></PrimoSearchRequest><docId>nyu_aleph000062856</docId><institution>NYU</institution></fullViewRequest></getRecordRequest>
|
16
|
+
</n1:getRecord>
|
17
|
+
</env:Body>
|
18
|
+
</env:Envelope>
|
19
|
+
headers:
|
20
|
+
Content-Type:
|
21
|
+
- text/xml; charset=utf-8
|
22
|
+
Soapaction:
|
23
|
+
- "\"\""
|
24
|
+
User-Agent:
|
25
|
+
- SOAP4R/1.6.1-SNAPSHOT
|
26
|
+
Accept:
|
27
|
+
- "*/*"
|
28
|
+
response:
|
29
|
+
status:
|
30
|
+
code: 200
|
31
|
+
message: OK
|
32
|
+
headers:
|
33
|
+
X-Powered-By:
|
34
|
+
- "Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1 (build: CVSTag=JBoss_4_0_1 date=200412230944)"
|
35
|
+
Content-Type:
|
36
|
+
- text/xml;charset=utf-8
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
Date:
|
40
|
+
- Fri, 12 Oct 2012 17:59:14 GMT
|
41
|
+
Server:
|
42
|
+
- Apache-Coyote/1.1
|
43
|
+
body:
|
44
|
+
string: |-
|
45
|
+
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getRecordResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.exlibris.com/primo/xsd/wsRequest"><getRecordReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"><SEGMENTS xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
46
|
+
<JAGROOT>
|
47
|
+
<RESULT>
|
48
|
+
<DOCSET TOTALHITS="1">
|
49
|
+
<sear:DOC LOCAL="true" xmlns="http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib" xmlns:sear="http://www.exlibrisgroup.com/xsd/jaguar/search">
|
50
|
+
<PrimoNMBib>
|
51
|
+
<record>
|
52
|
+
<control>
|
53
|
+
<sourcerecordid>000062856</sourcerecordid>
|
54
|
+
<sourceid>nyu_aleph</sourceid>
|
55
|
+
<recordid>nyu_aleph000062856</recordid>
|
56
|
+
<originalsourceid>NYU01</originalsourceid>
|
57
|
+
<ilsapiid>NYU01000062856</ilsapiid>
|
58
|
+
<sourceformat>MARC21</sourceformat>
|
59
|
+
<sourcesystem>Aleph</sourcesystem>
|
60
|
+
</control>
|
61
|
+
<display>
|
62
|
+
<type>book</type>
|
63
|
+
<title>Travels with my aunt</title>
|
64
|
+
<creator>Graham Greene 1904-1991.</creator>
|
65
|
+
<edition>Deluxe ed.</edition>
|
66
|
+
<publisher>New York : Penguin Books</publisher>
|
67
|
+
<creationdate>2004</creationdate>
|
68
|
+
<format>xvi, 254 p. ; 22 cm.</format>
|
69
|
+
<identifier>$$Cisbn$$V0143039008</identifier>
|
70
|
+
<subject>British -- Foreign countries -- Fiction; Women travelers -- Fiction; Older women -- Fiction; Travelers -- Fiction; Retirees -- Fiction; Aunts -- Fiction; Humorous stories</subject>
|
71
|
+
<language>eng</language>
|
72
|
+
<relation>$$Cseries $$VPenguin classics</relation>
|
73
|
+
<source>nyu_aleph</source>
|
74
|
+
<availlibrary>$$INYU$$LBOBST$$1Main Collection$$2(PR6013.R44 T7 2004 )$$Sunavailable$$31$$41$$5N$$61$$XNYU50$$YBOBST$$ZMAIN</availlibrary>
|
75
|
+
<lds02>nyu_aleph000062856</lds02>
|
76
|
+
<lds01>NYU</lds01>
|
77
|
+
<availinstitution>$$INYU$$Sunavailable</availinstitution>
|
78
|
+
<availpnx>unavailable</availpnx>
|
79
|
+
</display>
|
80
|
+
<links>
|
81
|
+
<openurl>$$Topenurl_journal</openurl>
|
82
|
+
<backlink>$$Taleph_backlink$$DMore bibliographic information</backlink>
|
83
|
+
<thumbnail>$$Tamazon_thumb</thumbnail>
|
84
|
+
<linktotoc>$$Tamazon_toc$$DCheck for Amazon Search Inside</linktotoc>
|
85
|
+
<openurlfulltext>$$Topenurlfull_journal</openurlfulltext>
|
86
|
+
<linktoholdings>$$Taleph_holdings</linktoholdings>
|
87
|
+
<linktoreview>$$TpersistentUrl$$DCopy item link</linktoreview>
|
88
|
+
<linktouc>$$Tamazon_uc$$DCheck Amazon</linktouc>
|
89
|
+
<linktouc>$$Tworldcat_isbn$$DCheck other libraries (WorldCat®)</linktouc>
|
90
|
+
<linktoexcerpt>$$Tsyndetics_excerpt$$DExcerpt from item</linktoexcerpt>
|
91
|
+
</links>
|
92
|
+
<search>
|
93
|
+
<creatorcontrib>Graham, Greene 1904-1991.</creatorcontrib>
|
94
|
+
<creatorcontrib>Greene, Graham, 1904-1991.</creatorcontrib>
|
95
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
96
|
+
<creatorcontrib>Graham Greene ; introduction by Gloria Emerson.</creatorcontrib>
|
97
|
+
<title>Travels with my aunt /</title>
|
98
|
+
<subject>British Foreign countries Fiction</subject>
|
99
|
+
<subject>Women travelers Fiction</subject>
|
100
|
+
<subject>Older women Fiction</subject>
|
101
|
+
<subject>Travelers Fiction</subject>
|
102
|
+
<subject>Retirees Fiction</subject>
|
103
|
+
<subject>Aunts Fiction</subject>
|
104
|
+
<subject>Humorous stories</subject>
|
105
|
+
<general>Penguin Books,</general>
|
106
|
+
<general>"Graham Greene centennial, 1904-2004"--Cover.</general>
|
107
|
+
<sourceid>nyu_aleph</sourceid>
|
108
|
+
<recordid>nyu_aleph000062856</recordid>
|
109
|
+
<isbn>0143039008</isbn>
|
110
|
+
<rsrctype>book</rsrctype>
|
111
|
+
<creationdate>2004</creationdate>
|
112
|
+
<creationdate>1969</creationdate>
|
113
|
+
<addtitle>Penguin classics</addtitle>
|
114
|
+
<searchscope>BOBST</searchscope>
|
115
|
+
<searchscope>BOBST Main Collection</searchscope>
|
116
|
+
<searchscope>nyu_aleph</searchscope>
|
117
|
+
<searchscope>NYU</searchscope>
|
118
|
+
<scope>BOBST</scope>
|
119
|
+
<scope>BOBST Main Collection</scope>
|
120
|
+
<scope>nyu_aleph</scope>
|
121
|
+
<scope>NYU</scope>
|
122
|
+
<lsr02>Penguin Books,</lsr02>
|
123
|
+
</search>
|
124
|
+
<sort>
|
125
|
+
<title>Travels with my aunt /</title>
|
126
|
+
<creationdate>2004</creationdate>
|
127
|
+
<author>Greene, Graham, 1904-1991.</author>
|
128
|
+
<lso01>2004</lso01>
|
129
|
+
</sort>
|
130
|
+
<facets>
|
131
|
+
<language>eng</language>
|
132
|
+
<creationdate>2004</creationdate>
|
133
|
+
<topic>British–Foreign countries–Fiction</topic>
|
134
|
+
<topic>Women travelers–Fiction</topic>
|
135
|
+
<topic>Older women–Fiction</topic>
|
136
|
+
<topic>Travelers–Fiction</topic>
|
137
|
+
<topic>Retirees–Fiction</topic>
|
138
|
+
<topic>Aunts–Fiction</topic>
|
139
|
+
<collection>BOBST</collection>
|
140
|
+
<prefilter>books</prefilter>
|
141
|
+
<rsrctype>books</rsrctype>
|
142
|
+
<creatorcontrib>Greene, G</creatorcontrib>
|
143
|
+
<genre>Fiction</genre>
|
144
|
+
<genre>Humorous stories</genre>
|
145
|
+
<library>BOBST</library>
|
146
|
+
<lfc01>Main Collection</lfc01>
|
147
|
+
<classificationlcc>P - Language and literature.–English literature</classificationlcc>
|
148
|
+
<frbrgroupid>44552541</frbrgroupid>
|
149
|
+
<frbrtype>5</frbrtype>
|
150
|
+
</facets>
|
151
|
+
<dedup>
|
152
|
+
<t>1</t>
|
153
|
+
<c1>2004559272</c1>
|
154
|
+
<c2>0143039008</c2>
|
155
|
+
<c3>travelswithmyaunt</c3>
|
156
|
+
<c4>2004</c4>
|
157
|
+
<f1>2004559272</f1>
|
158
|
+
<f3>0143039008</f3>
|
159
|
+
<f5>travelswithmyaunt</f5>
|
160
|
+
<f6>2004</f6>
|
161
|
+
<f7>travels with my aunt</f7>
|
162
|
+
<f8>nyu</f8>
|
163
|
+
<f9>xvi, 254 p. ;</f9>
|
164
|
+
<f10>penguin books</f10>
|
165
|
+
<f11>greene graham 1904 1991</f11>
|
166
|
+
</dedup>
|
167
|
+
<frbr>
|
168
|
+
<t>1</t>
|
169
|
+
<k1>$$Kgreene graham 1904 1991$$AA</k1>
|
170
|
+
<k3>$$Kbooktravels with my aunt$$AT</k3>
|
171
|
+
</frbr>
|
172
|
+
<delivery>
|
173
|
+
<institution>NYU</institution>
|
174
|
+
<delcategory>Physical Item</delcategory>
|
175
|
+
</delivery>
|
176
|
+
<enrichment>
|
177
|
+
<classificationlcc>PR6013.R44</classificationlcc>
|
178
|
+
</enrichment>
|
179
|
+
<ranking>
|
180
|
+
<booster1>1</booster1>
|
181
|
+
<booster2>1</booster2>
|
182
|
+
</ranking>
|
183
|
+
<addata>
|
184
|
+
<aulast>Greene</aulast>
|
185
|
+
<aufirst>Graham,</aufirst>
|
186
|
+
<au>Greene, Graham, 1904-1991</au>
|
187
|
+
<btitle>Travels with my aunt</btitle>
|
188
|
+
<seriestitle>Penguin classics</seriestitle>
|
189
|
+
<date>2004</date>
|
190
|
+
<risdate>2004.</risdate>
|
191
|
+
<isbn>0143039008</isbn>
|
192
|
+
<format>book</format>
|
193
|
+
<genre>book</genre>
|
194
|
+
<ristype>BOOK</ristype>
|
195
|
+
<notes>Includes bibliographical references (p. xv-xvi).</notes>
|
196
|
+
<cop>New York</cop>
|
197
|
+
<pub>Penguin Books</pub>
|
198
|
+
<oclcid>56781200</oclcid>
|
199
|
+
<lccn>2004559272</lccn>
|
200
|
+
<lad01>Physical Item</lad01>
|
201
|
+
</addata>
|
202
|
+
</record>
|
203
|
+
</PrimoNMBib>
|
204
|
+
</sear:DOC>
|
205
|
+
</DOCSET>
|
206
|
+
</RESULT>
|
207
|
+
</JAGROOT>
|
208
|
+
</SEGMENTS>
|
209
|
+
</getRecordReturn></ns1:getRecordResponse></soapenv:Body></soapenv:Envelope>
|
210
|
+
http_version:
|
211
|
+
recorded_at: Fri, 12 Oct 2012 17:59:15 GMT
|
212
|
+
recorded_with: VCR 2.2.5
|