Will do, keep in mind that I’m a newbee to webMethods so there may be some fundamental issues that I am missing.
The WM generated service which makes an EJB call via an EJB adapter is returning an Object (ie. getBalanceReturnValMethod0 - a generated generic Object output variable). This Object, is really a simple Java class with a buch of getters/setters (it’s an account record of a user). I want to make that Object parsed/converted/mapped to a Document Type so it can be manipulated in Web Methods further. How do I go about it? Do I have to create a Java service to do that or is there a simpler/other way of doing this?
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB