Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6603

wsdl2java: Generate client cxf, indicating the name binding or port name

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 2.5
    • None
    • JAXB Databinding
    • None
    • Unknown

    Description

      Example configuration wsdl:

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

      I need to generate the alone client with NameBinding or NameServicePort for SOAP 1.1

      Attachments

        Activity

          People

            Unassigned Unassigned
            leonardo.barrios Leonardo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: