Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi, I’m updating an existing Java service that takes either an XML Node or Document as an argument for processing and now need to convert it to a string. I know that this can be done by using a Service.doInvoke to one of the documentToXMLString (and potentially other XML services) but wondered if it was possibly to serialise the Node/Document Java objects directly in code? Many thanks, /jc