Kristin Wood
Kristin Wood
Publisher Name is being imported from CASE into the Publisher field here, which expects a URL. I suspect that's why the export isn't working for this framework.
I went ahead and added code to only translate schema:identifier and schema:publisher to ceasn if they are URLs. If ceasn:altIdentifier is added, we can amend it. This will allow for...
It appears that Apache's HTTPClient uses ISO-8859-1 encoding by default, which as far as I can tell would affect all of the httpGet and httpPost calls. To be investigated if...
Line added to installation instructions: On windows machines or machines where the default character encoding is not UTF-8, you will need to set a Tomcat Java parameter: -Dfile.encoding=UTF-8 to avoid...
These may be empty because they haven't been implemented yet - see screenshot from CFItemTypes: 
Here's the list of error codes/handling from their [guidelines](https://www.imsglobal.org/sites/default/files/CASE/casev1p0/rest_binding/caseservicev1p0_restbindv1p0.html#TabEndpointErrors): 400 - An invalid selection field was supplied and data filtering on the selection criteria was not possible i.e. 'invalid_selection_field'. This...
I also just noticed these need to be ordered lists. CFPackages/id is already in the right order (plus CFRubrics as the last field at the bottom of the page). Within...
You're right, https://caseregistry.imsglobal.org doesn't have that field ordering either.