CXF doesn't support Encoded.
> -----Original Message-----
> From: Chris Campbell [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 22, 2007 5:22 PM
> To: cxf-user@incubator.apache.org
> Subject: SOAPBinding Use.ENCODED ?
>
> I need encoded response, since some of my data has "Illegal
> character (NULL, unicode 0) encountered"
>
> I added
>
> @SOAPBinding(style=Style.RPC, use=Use.ENCODED)
>
> to my service interface, but the generated wsdl has use=literal, for
> example
>
> <wsdl:operation name="execute">
> <soap:operation soapAction="" style="rpc"/>
> <wsdl:input name="execute">
> <soap:body namespace="http://query.soap.quaris.com/" use="literal"/>
> </wsdl:input>
> <wsdl:output name="executeResponse">
> <soap:body namespace="http://query.soap.quaris.com/" use="literal"/>
> </wsdl:output>
> </wsdl:operation>
>
> Am I missing something?
>
> Thanks.
>