Skip to content

Endpointsextending AbstractMarshallingPayloadEndpoint require a marshaller also for oneway style service [SWS-315] #470

Closed
@gregturn

Description

@gregturn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions