Submission pipeline - Process dies if pubmed service returns a bad result

Issue #20 resolved
Raza Ali created an issue

If the user enters a pubmed id that isnt valid or doesnt return the attributes required by the domain object, the submission process reports an (caught and handled) exception and terminates the process. A better approach would be to display the information available and require the user to fill out the remaining. This will likely require significant change to the objects in use (transport command objects instead of the objects themselves in the service functions).

Comments (1)

  1. Raza Ali reporter

    Fixed. PubMedService now returns whatever information it has about the publication from the webservice.

  2. Log in to comment