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/23 17:07:41 UTC

[jira] [Resolved] (CXF-7168) CXF WSN Publisher SOAP 1.2 Binding

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

Daniel Kulp resolved CXF-7168.
------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.10

> CXF WSN Publisher SOAP 1.2 Binding
> ----------------------------------
>
>                 Key: CXF-7168
>                 URL: https://issues.apache.org/jira/browse/CXF-7168
>             Project: CXF
>          Issue Type: Improvement
>          Components: WS-* Components
>    Affects Versions: 3.1.7, 3.1.8
>         Environment: Windows 7
>            Reporter: Fahrettin Gökgöz
>            Assignee: Freeman Fang
>            Priority: Critical
>              Labels: patch
>             Fix For: 3.1.10
>
>         Attachments: WSNTest.zip, WSNTest.zip
>
>
>  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);



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