Copy link to clipboard
Copied
Hi Cfer's,
Below I insert a request to the WSDL, to verify if in that city, date are holiday.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.holiday.url.com.br/">
<soapenv:Header/>
<soapenv:Body>
<ser:methodName>
<!--Optional:-->
<startDate>20/04/2017</startDate>
<!--Optional:-->
<finishDate>22/04/2017</finishDate>
<!--Optional:-->
<cityCode>34120</cityCode>
</ser:verificaPeriodo>
</soapenv:Body>
</soapenv:Envelope>
When I send to SoapUi the response is perfect, but, when I put inside the cfinvoke tag, my receive this:
How I solve this?
Tks
Have something to add?