Integration/REST
Revision as of 13:45, 29 November 2013 by old>Admin
This article has not yet been converted to Wiki format.
Please download the original article: Tempus Serva REST interface.pdf
Netbeans quick start guide
- Add Webservice to ide (wadl import)
- URL: [ServerName]/[ApplicationName]/rest/[SolutionSystemName].wadl
- Create a new project
- Add REST Client to project
- Point to newly created webservice: [SolutionSystemName]
- Add JAXB bindings to project (use XSD schema)
- URL: [ServerName]/[ApplicationName]/rest/[SolutionSystemName].xsd
- Add REST Client to project