Axis2 does not support rpc/encoded. Try Axis 1.4 instead.

On 4/24/07, pat <[EMAIL PROTECTED]> wrote:
Hi,

I have RPC based WS server which define message encodingStyle like this:
<wsdl:operation name="echo">
  <soap:operation soapAction=""/>
  <wsdl:input>
    <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://echo.ws"/>
  </wsdl:input>
  <wsdl:output>
    <soap:body use="encoded"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://echo.ws"/>
  </wsdl:output>
</wsdl:operation>

I want to use Axiom to handle the WS client, but I have no idea, where to
setup ecodingStyle?

Please kick me :-)

Thanks a lot

     Pat

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to