Connect tRESTRequest to tJavaRow using the Row > UserInfo
connection.
Double-click tJavaRow in the design
workspace to display its Basic settings
view.
Enter the following code in the Code box
to convert the message into Document type and print it in the
console.
String result = new String(input_row.id,0,input_row.id.length);
routines.system.Document doc = new routines.system.Document();
doc.setDocument(org.dom4j.DocumentHelper.parseText(result));
output_row.id = doc;
System.out.println(result);
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!