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 pat <pa...@xvalheru.org> on 2007/04/24 16:43:37 UTC

message encodingStyle

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: message encodingStyle

Posted by Anne Thomas Manes <at...@gmail.com>.
Axis2 does not support rpc/encoded. Try Axis 1.4 instead.

On 4/24/07, pat <pa...@xvalheru.org> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org