I am publishing a web service which is consumed by few external clients. Is it possible to migrate the web service publishing API from Axis2 to CXF without notifying my clients? Do they have to change their side of client code? What are the other implications of this migration?
I m trying to populate a Dojo grid with data from an ASP.Net web service. There is going to be a lot of rows, so I want to implement paging on the server side, so the web service will accept ...