You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/06/19 22:11:45 UTC

[jira] Created: (CXF-1661) style="rpc" in soapBinging configuration is not honored

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.


[jira] Resolved: (CXF-1661) style="rpc" in soapBinging configuration is not honored

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1661.
------------------------------

    Resolution: Fixed
      Assignee: Daniel Kulp

> 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
>            Assignee: 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.