(EBS 11i) How to Call XSL-XML Template Type from Java API?
I need to transform XML data into another XML format, and I see that there is an XSL-XML template type, which as I understand it, is for this purpose. The problem is that I need to do this with the Java API, and not with a concurrent request. How to I call the XSL-XML template with the Java API?
Thanks
Thanks
0