Hello RKFord , Shahzafar , Rob !
I must correct the URL to Rob’s excellent “Integration Server and Java” thread:
[url]wmusers.com
For System.out.println messages, I believe if you redirect the stdout of server.sh to a file it should show it there.
Another nice trick in debugging Java services is using this where you want to stop the code and throw a message to the user:
if (true){throw new ServiceException ("Reached here!");}
The ‘if (true)’ is to step around “unreachable statement” errors from the Java compiler.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods