<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:smar="">
<soapenv:Body>
<smar:DateTest>
<smar:request>
<smar:Date><![CDATA[${=String.format('%tFT%<tT', new Date() + 10)}+01:00]]></smar:TransactionDate>
</smar:request>
</smar:DateTest>
</soapenv:Body>
</soapenv:Envelope>
Now SOAP testing becomes even more fun!