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.


Reply via email to