It would be usefull to provide soap interface in order to let other tools use projects requirements. Like this it should be possible to provide to technical team a full analysis of modifications to be made between two versions of the same project by pointing directely wich code or parameters or anything else have to be changed.
This request imply to add only one new data in your structures: isAChangeFromPreviousVersion (yes/no)
asked pldarmon about spossicel specification.
Will write a REST specification to access the information.
The REST service should use UID/PW as well. Currently it is a read only service.
<url>/api/projects or <url>/api/projects/<searchterm> returns list of project and titles JSON
<url>/api/project/<number> or <url>/api/project/<title> returns the main project information as XML
<url>/api/req/<project>/requirements returns the summary of the requirements as JSON
<url>/api/req/<project>/requirement/<number> or <url>/api/req/<project>/requirement/<title> returns the requirement as XML
<url>/api/changedreq/<date as YYYY-MM-DD>/<projectid> returns detailed xml of all changed requirements