Shows example of making a REST style web service in OpenSpirit Connect. A web service may access data via:
- OpenSpirit data connector
- JDBC connection to any relational db
- another web service
- reading ASCII or XML file
-custom Java code calling a proprietary API
It may either be a REST style web service or XML/SOAP (described by WSDL)