
Jörg Hoh wrote...
HI
use the HTTP client of your choice and call this URL? You might need to add proper authentication (ootb basic auth is working).
Jörg
Hi Jörg,
The solution that you have mentioned worked out for me. I used the Apache HTTP Client and I connected to the CQ instance through the DefaultHttpClient. Then, using the URIBuilder, I created a URL that points to my service(with request parameters) and instantiated an HttpGet request with this URI. Then I consumed the response of the DefaultHttpClient with a ResponseHandler.
Thanks a ton for the quick response.
Shriram