0
Cfinvoke Problems
Explorer
,
/t5/coldfusion-discussions/cfinvoke-problems/td-p/9268254
Jul 17, 2017
Jul 17, 2017
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

