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/07/24 02:34:31 UTC

[jira] Created: (CXF-1719) RPC/Lit not honoring namespace in soap:body wsdl extensor

RPC/Lit not honoring namespace in soap:body wsdl extensor
---------------------------------------------------------

                 Key: CXF-1719
                 URL: https://issues.apache.org/jira/browse/CXF-1719
             Project: CXF
          Issue Type: Bug
          Components: Soap Binding
    Affects Versions: 2.0.7, 2.1.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.1.2, 2.0.9


I was testing the CXF 2.1 client with SOAP 1.2.  I got an RPC-literal endpoint from the White Mesa server and had problems consuming it with the CXF client.  (I had no problems using soapUI.)  


Once the chunking issue was resolved, I got further but got a SOAP fault saying that the operation was not recognized.  The White Mesa WSDL specifies a namespace attribute in the SOAP body element in the BINDING that differs from the abstract messages and operations namespace.  CXF does not seem to be able to handle this.  I worked around this by making the namespaces the same in the abstract messages and the binding. 

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


[jira] Resolved: (CXF-1719) RPC/Lit not honoring namespace in soap:body wsdl extensor

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

Daniel Kulp resolved CXF-1719.
------------------------------

    Resolution: Fixed

> RPC/Lit not honoring namespace in soap:body wsdl extensor
> ---------------------------------------------------------
>
>                 Key: CXF-1719
>                 URL: https://issues.apache.org/jira/browse/CXF-1719
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.1.1, 2.0.7
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.1.2, 2.0.9
>
>
> I was testing the CXF 2.1 client with SOAP 1.2.  I got an RPC-literal endpoint from the White Mesa server and had problems consuming it with the CXF client.  (I had no problems using soapUI.)  
> Once the chunking issue was resolved, I got further but got a SOAP fault saying that the operation was not recognized.  The White Mesa WSDL specifies a namespace attribute in the SOAP body element in the BINDING that differs from the abstract messages and operations namespace.  CXF does not seem to be able to handle this.  I worked around this by making the namespaces the same in the abstract messages and the binding. 

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