Web Service fronting a Struts app

2006-03-10 Thread Mulligan, Scott H
I have a Struts 1.1 application running for my employer. Now I am being asked if I can create a web service that acts as a front door to the Struts application. Has anyone ever done this? Is there a way to extend Struts to read a SOAP body in the HttpRequest instead of the regular request

Re: Web Service fronting a Struts app

2006-03-10 Thread Frank W. Zammetti
Your wish is my command: http://sourceforge.net/projects/strutsws This is actually for Struts 1.2.4 IIRC, and a port to 1.3 was contributed as well, but I doubt you would have much trouble back-porting it to 1.1. The key is a custom RP, so it should just be a matter of copying the new code into

Re: Web Service fronting a Struts app

2006-03-10 Thread Frank W. Zammetti
Just to save anyone that might be interested time, here's what you'll want to read: http://sourceforge.net/docman/display_doc.php?docid=26792group_id=126469 That pretty well explains it all (although I think I see a mistake with regard to specifying the RP in struts-config, but the example app