Difference between revisions of "Integration/REST"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 2: | Line 2: | ||
Please download the original article: [http://www.tempusserva.dk/articlebase/Tempus%20Serva%20REST%20interface.pdf Tempus Serva REST interface.pdf] | Please download the original article: [http://www.tempusserva.dk/articlebase/Tempus%20Serva%20REST%20interface.pdf 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 |
Revision as of 13:45, 29 November 2013
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