Closed
Description
Luciano Montebove opened SWS-315 and commented
I can implement a oneway style web service (i.e. event notification) simply returning null in an Endpoint extending AbstractMarshallingPayloadEndpoint.
The problem is that when configuring the bean in spring-ws-servlet.xml I would like to define only an unmarshaller as I will never return nothing, but Spring Web Services requires a marshaller anyway even if it will never be used.
A specular problem is in WebServiceTemplate configuration where I would need only a marshaller but I must config also an unmarshaller.
Affects: 1.5 RC1
Referenced from: commits 7497061