Hi, I have implemented a web service using Axis2. As Axis2 supports only document/literal, the WSDL style for this web service is document/literal. The client for the web service wants me to expose the web service with the WSDL style of rpc/encoded. What is the best approach for doing this?
Can the client write a wrapper for mapping from document/literal to rpc/encoded or do I need to expose another "duplicate" web service with WSDL style as rpc/encoded? Thanks, JP
