You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michael Rohleder <mi...@qaware.de> on 2009/12/09 00:24:56 UTC

Providing rpc/encoded jax-ws webservice

Hi,
does anybody have a solution for providing a rpc-encoded jax-ws webservice
for backward compatibility and for giving clients time to migrate to a new
document-literal webservice?

I think xml transformation (rpc-encoded <-> document-literal) could be
possible, like this:
http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html
It detects the incoming rpc/encoded requests and transform them to the new
structure. Unfortunately this is not a generic transformation solution, the
xsl is implemented for a specific service...perhaps anyone have a idea for
generic way?

Are there other solutions (generators, handlers, ...)?

Thanks.



Michael.