Dear Guru's,
I have synchronous scenario where I need to post data to third party system using Rest adapter in URL encoded format.
I managed to post the data to third party rest API using Rest adapter in URL encoded form. But when i recieve the response from the external system system is not able to parse the response and is giving the exeception.
Below is the screen shot of the error :

What I undestand is, Response coming back is neither an XML nor JSON.
parameter enc_response has an encrypted JSON format, which can be decrypted using a java mapping program, but before i do decryption the parameters status and enc_response needs to be handled.
I am not abe to understand whether these parameters are coming back as the URL parameters or any other format. How do i read the data from parameters status and enc_repsonse using Rest Adapter!
Please help me with the solution.
Thanks & Regards,
Akshay Ruia