[ https://issues.apache.org/jira/browse/CXF-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463917#comment-16463917 ]
ASF GitHub Bot commented on CXF-7736: ------------------------------------- jimma opened a new pull request #417: [CXF-7736]:DispatchImpl doesn't work for an empty Source URL: https://github.com/apache/cxf/pull/417 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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.1.15, 3.2.4 > Reporter: Jim Ma > Assignee: Jim Ma > Priority: Major > 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)