aspose file tools
The moose likes Web Services and the fly likes Support rpc-encoded clients with Axis2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Support rpc-encoded clients with Axis2" Watch "Support rpc-encoded clients with Axis2" New topic
Author

Support rpc-encoded clients with Axis2

Soni Scariah
Greenhorn

Joined: Jul 13, 2011
Posts: 1
We are working on migrating an existing webservice from Axis 1.2 to Axis 2.0 along with changing the WSDL from rpc-encoded format to document literal (wrapped) format to support .NET clients.

In addition, we would also like to provide backward compatibility to the existing client (using rpc-encoded) once the migration is
completed.

However, since Axis2.0 does not support rpc encoded format (http://axis.apache.org/axis2/java/core/docs/Axis2-rpc-support.html)
we are wondering if there possibly exists a solution to this issue, where in rpc-encoded clients can still work with AXIS2.0.

Please help share the approach if this is indeed achievable.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Support rpc-encoded clients with Axis2
 
Similar Threads
Problem with primitive types in an Axis Webservice
reading soap-envelop messages
Axis 1.x AND/OR Axis2???
JaxWS vs. Axis
getting started with webservices .