Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tRESTClient_2
javax.ws.rs.NotFoundException
Trying to write END_DOCUMENT when document has no root (ie. trying to output empty document).
Use tMap instead of the txmlmap. If not, txmlmap will create the xml in the body even if you don't put anything in this field.
Exception in component tRESTClient_2
javax.ws.rs.NotFoundException
java.io.IOException: Illegal character: <<>
.-----------------------------------------------------------+------.
| tLogRow_6 |
|=----------------------------------------------------------+-----=|
|body |string|
|=----------------------------------------------------------+-----=|
|<?xml version="1.0" encoding="UTF-8"?>
<ORDER>25000</ORDER>|null |
'-----------------------------------------------------------+------'
That is working then. Look at the body field. It has converted your JSON to XML
So there is still the problem? If yes, could you put some screenshots?