ServiceImpl.getPorts not returning ports created with addPort
-------------------------------------------------------------

                 Key: CXF-3257
                 URL: https://issues.apache.org/jira/browse/CXF-3257
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.3.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.3.3


 QName sName = new QName("service");
 QName pName = new QName("port");
 
 javax.xml.ws.Service service = Service.create(sName);
 service.addPort(pName, SOAPBinding.SOAP11HTTP_BINDING, 
"http://mysite.org/test";);
 
 Iterator<QName> ports = service.getPorts(); // iterator has no elements!!!
 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to