I have started learning amazon web services with simple workflow service. I have completed the eclipse setup for development and successfully completed the hello world workflow application from here.
For using the same application on web platform, I tried creating AWS web project and calling the workflow methods from servlet. The servlet runs without any error and output is printed to console. If I want the workflow to return the string message which is printed on console, what changes are needed?