Hi Cathy,
If you have a tool that can be invoked via command line interface, you always have the ablitiy to obtain a reference to the JVM runtime and “exec” an OS-specific command. The tool does not need to be written in Java or provide a Java API if it can be invoked from command line.
Now I’ve never tried this within a JVM running wM IS, but I don’t see why this isn’t possible. I’ve done it a million times in JVMs running app servers or client applications. A quick search on this newsgroup returned some sample java code which is doing just that:
[url=“wmusers.com”]wmusers.com
If you can install the conversion tool on your IS system, you can invoke a script which calls the converter and either writes the results to a file or back to the output stream.
If you can’t install the conversion tool on your IS system, you’ll probably have to do some additional coding or utilize a mechanism for making a remote procedure call.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services