RE: Struts and webservices

2004-01-19 Thread Sandra Cann
> PD. BTW, is there any practical information or project about > integrating Struts and standard webservices (soap...)? Yes, have a look here for a description of a Struts and Expresso based webservices implementation using Apache Axis : http://www.jcorporate.com/econtent/Content.do;jsessionid=a5

RE: Struts and webservices

2004-01-19 Thread Greg Hess
Hi Guido, I have recently migrated a proprietary(non-standard) web service implementation in a Struts based web app using Apache Axis http://ws.apache.org/axis/. Struts and Axis are both servlets, Axis handles all XML messages and Struts handles all form processing. If all you need is another wa