Open
Description
Hi,
Firstly this is a great app that saved me lots of time, thanks.
I am using the version 1.3.7(12) and found in xml response body there is always a missing quotation mark ( " ) to close the xmlns:ns0 declaration, for example:
I got a response like:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:crmOrganisationList xmlns:ns0="http://somewhere/v1/xsd>
<blahblah/>
</ns0:crmOrganisationList>
Notice the missing closing " after v1/xsd
Cheers
James