Currently I am using the RestDataSource with the default get- and postparams, but I would like to receive the requests in XML format on the server.
As I understood from the documentation this should be done by providing OperationBindings on your (Rest)DataSource with the DSDataProtocol.postXML or DSDataProtocol.postMessage value.
This does change the behaviour in using a POST instead of a GET for fetch operations for instance, but no XML request is included in the requestbody?
Am I overlooking something? Is there any example for this? Using XML requests a much cleaner integration could be accomplished for our implementation.
As I understood from the documentation this should be done by providing OperationBindings on your (Rest)DataSource with the DSDataProtocol.postXML or DSDataProtocol.postMessage value.
This does change the behaviour in using a POST instead of a GET for fetch operations for instance, but no XML request is included in the requestbody?
Am I overlooking something? Is there any example for this? Using XML requests a much cleaner integration could be accomplished for our implementation.
Comment