Replies: 3 comments
-
+1 for veewee... Any workarounds available atm in order to send attachment with MTOM? |
Beta Was this translation helpful? Give feedback.
-
Hello @ilgala, Currently there isn't a way nor Middleware for this package. I was thinking about creating one that accepts a filebag for sending / storing files and zend-mime to assemble / extract the message. For the moment I do not have a use-case for this feature nor the time to work it out. Feel free to implement a middleware solution at any time. There is also another soap library with a slightly different approach. It does support a subset of SOAP Attachments. You might want to take a look at: |
Beta Was this translation helpful? Give feedback.
-
If somebody knows of a SOAP service which accepts or provides attachement: that would be a good starting point! :) |
Beta Was this translation helpful? Give feedback.
-
Make it possible to send / receive attachements in the soap-client.
A sample Jave implementation:
Sample PHP implementations:
SOAP-UI docs
Beta Was this translation helpful? Give feedback.
All reactions