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 2017/03/24 15:33:41 UTC

[jira] [Resolved] (CXF-4933) No DestinationFactory for xformat

     [ https://issues.apache.org/jira/browse/CXF-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-4933.
------------------------------
       Resolution: Not A Problem
    Fix Version/s: Invalid

xformat is a binding, not a transport.   Would need an extensor that provides and address for a transport, probably http:address with  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"

> No DestinationFactory for xformat
> ---------------------------------
>
>                 Key: CXF-4933
>                 URL: https://issues.apache.org/jira/browse/CXF-4933
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.7.3
>            Reporter: Steve Chernyak
>            Priority: Minor
>              Labels: pure-xml, xformat
>             Fix For: Invalid
>
>
> Declaring wsdl service xformat address results in a runtime error.
> Example:
> ...
> <wsdl:service name="service">
>     <wsdl:port binding="impl:XMLBinding" name="XMLPort">
>       <xformat:address location="http://nosoap.com/service/xml" />
>     </wsdl:port>
> </wsdl:service>
> ...
> results in:
> No DestinationFactory was found for the namespace http://cxf.apache.org/bindings/xformat
> at runtime.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)