You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Steve Chernyak (JIRA)" <ji...@apache.org> on 2013/03/29 01:15:16 UTC

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

Steve Chernyak created CXF-4933:
-----------------------------------

             Summary: 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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira