How to avoid XOP generation in CXF - behaviour changed between 3.3.2 and 3.3.4
问题 This issue involves recent CXF change (3.3.2->3.3.4). We are sending a SOAP request to our partner with image contents On TomEE 8.0.0 (CXF 3.3.2), the SOAP request generated doesn't include XOP generation : <ns3:Picture> <ns6:Image> <ns6:StorageFormat>JPG</ns6:StorageFormat> <ns6:Length>13286</ns6:Length> <ns6:Buffer>/9j/4AAQSkZJRgABAAEAlgCWAAD//gAfTE (...) VBRCB=</ns6:Buffer> </ns6:Image> </ns3:Picture> <ns3:Signature> <ns6:Image> <ns6:StorageFormat>TIF</ns6:StorageFormat> <ns6:Length>700<