Forum Discussion
KarelHusa
8 years agoSuper Contributor
khajaansar1, as far as I know, SoapUI only supports sending raw data as HTTP attachments.
As of now I would try to employ a Groovy script test step and send the data with your own code or consider executing an external program like curl.
It would be a helpful feature to allow SoapUI to send data without holding them within memory. SoapUI could only hold a path to the file and read the data just to send the content to a target service.
Karel
nmrao
8 years agoCommunity Hero
https://github.com/jwagenleitner/groovy-wslite - is very good external library suits better if needed. And there are code samples available too.