shubhisharma
8 years agoNew Contributor
Incoming request xml is getting transformed into json
Hello All,
I have a requirement where I have exposed my pipeline via the task. The input for this service is XML.
I have to again pass on the incoming request data to some third party service for their processing.(using rest post)
Now somehow the incoming request is getting transformed into JSON. And I am not able to invoke the third party service as it always gives me data mismatch error.
I have already tried using json generator but as its output is binary again I am facing some issues in feeding the data to rest post.