I need to make a soap API call with attachment from Angular(14) UI and get response attachments as octet stream to show in the iframe. I got to see some reference with ngx-soap library, but that didn't help for my full requirement.
I can also quit Angular and use plain JavaScript or any other UI languages. So any kind of solution will be helpful. Thanks.