SOAP V1 (Descontinuado)
Conheça o componente e saiba como utilizá-lo.
Isto foi útil?
Isto foi útil?
{
header: {
"headerA":"valueA",
"headerB":"valueB"
},
body: {
// message structure that will be replaced by the Dust template
}{
status: XXX,
body: {},
headers: {}
}{
error: "error message",
code: XXX,
body: {},
headers: {}
} <#assign x=42>
${x}
${x?string} <#-- the same as ${x} -->
${x?string.number}
${x?string.currency}
${x?string.percent}
${x?string.computer} 42
42
42
$42.00
4,200%
42<#setting number_format="0.####"><#if varTest??>${varTest}</#if>