Covert a flow service to java code, I think it’s possible. A flow service is actually an XML file, if you understand the flow language specification, then you can parse the XML content then execute the steps, it’s exactly what IS does.
Deploy the java code and libraries to other available app servers, I don’t think so. A flow service is actually an XML file, so it does little practical work, mostly it invokes other service. To deploy one flow service to other app servers, means you need to deploy all the services(flow, java, c and any other types), API, … The workload equals to write your own IS.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB