Process SOAP response XML with empty body elements
Is there a way to catch and process the response of a SOAP Service which doesn't have a body? The SOAP response for our service in case of it is successful is :
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body/>
</S:Envelope>
The issue is that with the wizard driven configuration, the parse xml that the wizard creates is unable to process the response as there is no body elements and throws this error / exception in the logs:
"Input list has too few elements"