PDA

View Full Version : can some one verify and postback on this webservice xml



sdowney717
March 2nd, 2011, 01:10 PM
home and libya are missing many records, you can scroll down to see lots of elements with no data, however dog returns with full data

search for home
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22home%22&startRecord=1&maximumRecords=20

search libya
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22libya%22&startRecord=21&maximumRecords=20

search for dog
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22dog%22&startRecord=1&maximumRecords=20

the LOC emailed me back and gave me a new server at
http://lx2.loc.gov:210/LCDB?version=1.1&operation=searchRetrieve

which is aware of the unicode, but I will need a function to handle it

$raw_xml = file_get_contents($request);

this is too slow to be useful.

Arndt
March 2nd, 2011, 06:45 PM
home and libya are missing many records, you can scroll down to see lots of elements with no data, however dog returns with full data

search for home
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22home%22&startRecord=1&maximumRecords=20

search libya
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22libya%22&startRecord=21&maximumRecords=20

search for dog
http://z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=%20%22dog%22&startRecord=1&maximumRecords=20

the LOC emailed me back and gave me a new server at
http://lx2.loc.gov:210/LCDB?version=1.1&operation=searchRetrieve

which is aware of the unicode, but I will need a function to handle it

$raw_xml = file_get_contents($request);

this is too slow to be useful.

What kind of help are you asking for, here? I can't make head or tail of it.