
Originally Posted by
dejanp
My suggestion would be: if you can - skip rpc and use document style using CXF provided Spring integration. If you have no control over the style of the service so you have to use rpc and the service is not trivial (it's not trivial if you use complex types as params and/or return values) - I'd go for the manually written delegate using generated locator/stub. The effort trying to make it work with Axis 1 is far too much and I have no idea how much effort would it be to make it work with Axis 2 or CXF.