style="rpc" in soapBinging configuration is not honored
-------------------------------------------------------

                 Key: CXF-1661
                 URL: https://issues.apache.org/jira/browse/CXF-1661
             Project: CXF
          Issue Type: Bug
          Components: Soap Binding
            Reporter: Daniel Kulp
             Fix For: 2.1.2, 2.0.8



A configuration like:
  <jaxws:server id="inlineSoapBindingRPC" 
    serviceClass="org.apache.cxf.jaxws.service.Hello"
    address="http://localhost:8080/testrpc";>
    <jaxws:binding>
      <soap:soapBinding style="rpc"/>
    </jaxws:binding>
  </jaxws:server>

is not honoring the style="rpc" part.   It's still coming out doc/lit/wrapped.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to