XML Output from a UBE ( <?xml version="1.0" encoding="utf-8" standalone "yes"?> using EnterpriseOne
I have a requirement where we need to get an XML output. Am able to achieve the output appropriately however in the tag, <?xml version="1.0" encoding="utf-8" ?>, I need to also include ' standalone "yes" '. Currently, I am using an API XRCS_serializeDocumentToFileWithEncoding_putDoubleQuotes which is giving me an output till encoding = "utf-8". Please help me with the right API, if available else how can I get 'standalone' included??
I am using EnterpriseOne JDE 9.0 with tools release 9.1.3. Please let me know a way to attain this solution....