Question
Aaseya IT services
IN
Last activity: 28 Jan 2016 10:57 EST
How to map rest service response which is having content type as *.*
Hi All,
we have a requirement to to get the content of the file through the Rest Service by passing document id as input.As a part of response it will return the file (it may be any format). i.e the response content-type is file. can any one help me how to parse the response file content in connector.
Sample json Response :
responses" : {
"200" : {
"description" : "Document content",
"schema" : {
"type" : "file"
}
Thanks,
Saleem