AFAIK, it's not possible to re-use a Struts 1.x Action as a (SOAP-based) web service. I'd suggest moving your business logic into your middle-tier or googling around for a solution. If you're content with returning XML (REST-style) from your Action, you could probably do this with a new XML-based template. Using a JSP for your XML template is likely possible.
Matt On 2/19/07, jick <[EMAIL PROTECTED]> wrote:
Hi , I am using appfuse 1.9.3. I'm trying to implement my web services logic in appfuse/src/services directory. I wand to Reuse the business logic from Struts Action which is exist in src/web/mypackage/action/MyAction.java How to resuse the action methods in web services. Advances thanx, jick -- View this message in context: http://www.nabble.com/Web-services-in-Struts-tf3252660s2369.html#a9041772 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]