When you want to send a SOAP with attachment, you should rather think about abap proxy, as you can create main payload and attachment. If you use file adapter, you have to create main payload in Mapping, which is rather complex task. For MTOM you need Axis framework for SOAP adapter, as standard SOAP adapter does not support it.
↧