lula / ngx-soap

Simple SOAP client for Angular
MIT License
66 stars 61 forks source link

Does this library support MTOM #48

Closed eemziah closed 4 years ago

eemziah commented 5 years ago

Node SOAP supports adding attachments with multipart support. Can we pass attachments thru this library?

kverhoef commented 4 years ago

There is no support for MTOM yet. I also needed it and added it myself. There's now an open pull request for it: https://github.com/lula/ngx-soap/pull/70

lula commented 4 years ago

Merged and published 0.6.1.