We are trying to get response in Java using below code.
SitecatalystHttpClient.execute ("Report.QueueRanked" , reportData, Configuration);
but its returning response as <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>301 Moved Permanently</title><
we are passing reportData in the form of JSON and Configuration is our configuration for catalyst. Our Site catalyst connection is also successful.
Please suggest us where we are doing wrong.
Thanks!
Anoop