Hi All
In my java mapping I call a stored procudere that returns a result set, now I what to convert the result set to XML and parse it back to the mapping.I'm able to loop throug the result set and with getTrace().addInfo I can see the values. Anyone know how I can get this into XML?
Regards