You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.