Quote Originally Posted by dejanp View Post
I never said it works without any generated code.
I thought you implied that in your early post...my mistake.

Quote Originally Posted by dejanp View Post
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.
It is actually a SOAP call and has to be RPC style. It is a third party's web service that I am calling. I actually don't use axis either. Not sure if these two facts, changes your advice or not. Thanks a lot for your help and advice. I will proceed and let you know how it goes.

Scott