I have a similar requirement - accessing/consuming a REST based Web Service from my JADE application.
I've been given an endpoint:
. "/Patients/{PatientId}/Episodes/{EpisodeId}/SimpleMedications/Discharge"
with the request details being
Method URI
GET
http://servicebase/Patients/{PatientId} ... /Discharge
I haven't consumed a REST based WebService before (have done SOAP / WSDL), does anyone have an example of how this could work, I presume using JadeHTTPConnection class and method calls - once I have the XML response I can parse that to get what I need.
Any tips, just trying to avoid the hard yards.
cheers
Mike