Category Archives: webservices

More annoying issues with WebServices

It seems that everyday, I find another reason to bash WebServices. A few weeks ago, we were trying desperately to generate proper Java stubs out of an WDSL descriptor that was using return data described in XSD files. We eventually … Continue reading

Posted in java, webservices | Comments Off on More annoying issues with WebServices

How to run XFire 1.x with Spring 2.x and Maven 2.x

In version 1.2.5 of XFire, a module called xfire-spring is necessary to run it together with , well, Spring. The issue is that the POM file for it is designed to run with Spring 1.2.x.

Posted in java, maven, spring, webservices, xfire | 6 Comments