Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.15, 3.2.4
-
None
-
Unknown
Description
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)
}
Attachments
Issue Links
- links to