akshayjindallab / sushicounterclient

Automatically exported from code.google.com/p/sushicounterclient
0 stars 0 forks source link

(500) Internal Server Error when using with EBSCOhost #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the current MISO client with the EBSCOhost SUSHI server (and probably 
other servers as well)and a valid set of credentials in the SUSHIConfig.csv 
file  will return a "(500) Internal Server Error".   

The problem has been traced to a setting in the "SushiSoapEnv.xml" file. The 
file is delivered with the following for the SUSHIRe

<coun:ReportRequest Created="?" ID="?">

Note the "?" for the date created.  Apparently the MISO client is not 
substituting a value for the created date/time. The following works:

<coun:ReportRequest Created="2014-01-19T12:41:33.7375763-06:00" ID="?">

Ideally the MISO client would substitute the current date/time as the attribute 
value, but the hard-coded value works.  And it doesn't really matter that the 
value isn't "current".

Original issue reported on code.google.com by OPe...@EBSCO.COM on 31 Mar 2014 at 12:40

GoogleCodeExporter commented 9 years ago
That's fantastic!
I had problems with all providers until I saw this.

Do you know how I can display the resulting XML files in a readable way? 
Because the XML code means nothing to most people in my library.

Original comment by nimrod.y...@gmail.com on 24 Aug 2015 at 6:17