SOAP connector API doesn't convert the response to JSON
Summary
A have a SOAP connector API defined which accepts xml and give response in xml. MCS coverts the xml to json through the inbuilt converter but it failsContent
A have a SOAP connector API defined which accepts xml and give response in xml. MCS coverts the xml to json through the inbuilt converter but it fails.
When I checked the connector Test page, under the 'Example payloads' section, I see examples of my request, response and fault in json format. I see that response found there is actually the xml to json conversion of the fault message and not the actual success response. Is this an indication of why it is not converted?
0