Jim Ma created CXF-7736:
---------------------------

             Summary: DispatchImpl doesn't work for an empty Source
                 Key: CXF-7736
                 URL: https://issues.apache.org/jira/browse/CXF-7736
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 3.2.4, 3.1.15
            Reporter: Jim Ma
            Assignee: Jim Ma
             Fix For: 3.1.16, 3.2.5


After CXF-7653,  Dispatchimpl can't return a null value result from an empty 
source like : 

 @WebServiceProvider(serviceName = "HelloProviderService", 
 portName = "HelloProviderPort", 
 targetNamespace = "http://apache.org/hello_world_xml_http/bare";)
 @BindingType(value = javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_BINDING)
 @ServiceMode(value = javax.xml.ws.Service.Mode.PAYLOAD)
 public class GreeterProvider implements Provider<Source> {
        public Source invoke(Source req) {
           return new StreamSource();
        }
 }

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to