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

CXF WSN Publisher SOAP 1.2 Binding

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.1.7, 3.1.8
    • 3.1.10
    • WS-* Components
    • Windows 7

    • Novice

    Description

      org.apache.cxf.wsn.client.Publisher -> SOAP 1.2 binding

      Following constructor does not allow to set SOAP binding for publisher.

      public Publisher(Callback callback, String address) {
      this.callback = callback;
      this.address = address;
      if (callback == null || address == null)

      { this.endpoint = null; }

      else

      { this.endpoint = WSNHelper.getInstance().publish(address, this); }

      }

      Which can be solve in the WSNHelper with using

      javax.xml.ws.Endpoint.create(String bindingId, Object implementor);

      instead of

      javax.xml.ws.Endpoint.create(Object implementor);

      Attachments

        1. WSNTest.zip
          51 kB
          Fahrettin Gökgöz
        2. WSNTest.zip
          51 kB
          Fahrettin Gökgöz

        Activity

          People

            ffang Freeman Yue Fang
            gokgozf Fahrettin Gökgöz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: