I recently had the pleasure of using Axis2 on a Web Application. For reasons I cannot go into here, we were unable to use my original choice SpringWS. We were using Spring so it would have been a piece of cake to expose a document style web service using SpringWS. Continue reading
Category Archives: Web Services
Apache CXF – Simple WebService With Spring
A reader posted a comment to one of my old blogs on XFire. That rekindled my interest so I checked the XFire web site only to be informed that XFire is now Apache CXF (version 2.2.3 at this moment in time). Continue reading
XFire WebService With Spring
Tried setting up XFire with Spring and thought I’d share that experience. One more place to come for this information will not hurt ah! Continue reading
Spring-WS
Took a look at Spring-WS and came up with a quick example service to describe its use. I decided to build the not-so-exciting but yet functional ‘echo’ service. Send in a text and it will echo that back with a date and time appended to the text. Continue reading