Amazon web services have made a science of this with its "response group" feature[1]--when you make a SOAP request, you also specify how much of a potentially many-fielded response you get in exchange. Anything you don't choose to receive back is returned to you as empty tags.
Glen [1] http://www.jroller.com/gmazza/entry/creating_soap_clients_for_the arimus wrote: > > Is anyone is aware of how I can dynamically tell CXF (and thus JAXB) that > there are some fields I want excluded from the resultant XML being > returned? > > I don't want to reinvent the wheel if I don't have to, but I can't find > information on how to do what I want using the CXF framework rather than > having to parse the XML outbound and remove what needs removing. Ideas? > > Cheers, > David > -- View this message in context: http://www.nabble.com/Specifying-fields-to-include-exclude-from-return-XML-tp22362075p22365748.html Sent from the cxf-user mailing list archive at Nabble.com.
