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
Questions or comments about this webMethods Ezine article?
Click here to read the original text.
I wonder if the steps discussed in this article can be drastically simplified by using the plain Java (java.sql) package to get the table (or even data base) metadata. It is very simple to do using a DatabaseMetaData and ResultSetMetaData interfaces. I agree that XMLSpy is nice tool, but it is also expensive for this kind of small steps, and it can not be autmated. I would definitely recommend having this kind of work done in a custom package as a java service.
Thank you Edmon
HI Edmon, Do you have those service written? I would like to try it.