You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Leonardo (JIRA)" <ji...@apache.org> on 2015/09/22 16:19:04 UTC

[jira] [Created] (CXF-6603) wsdl2java: Generate client cxf, indicating the name binding or port name

Leonardo created CXF-6603:
-----------------------------

             Summary: wsdl2java: Generate client cxf, indicating the name binding or port name
                 Key: CXF-6603
                 URL: https://issues.apache.org/jira/browse/CXF-6603
             Project: CXF
          Issue Type: Wish
          Components: JAXB Databinding
    Affects Versions: 2.5
            Reporter: Leonardo


 <binding name="NameBinding">
 </binding>

 <binding name="NameBindingSoap12">
 </binding>

 or

 <service name="NameServices">
    <port name="NameServicePort">
        <soap:address location="..."/>
    </port>
    <port name="NameServicePortSoap12">
        <soap12:address location="..."/>
    </port>
 </service>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)