Posted By:
Anonymous
Posted On:
Tuesday, July 22, 2003 05:37 AM
Hi,
I'm afraid you are not adhering to MVC by calling an action class from a Web service. Usually, the Action classes become clients to the web service. Please follow this link to architect struts apps for web services:
http://www-106.ibm.com/developerworks/webservices/library/ws-arcstruts/
I've successfuly implemented a PDF generator service using Apache FOP,Axis in a struts based web app using the above design.
Hope this helps