Hello webMethods Experts,
I have a requirement Sending JSON file as multipart/form-data via pub.client.http. This requirement is similar to the following Curl to send files
CURL -X POST -F Testsqc=test -F testdata=@test.json http://localhost:8080/vq/testdata
I set the below mime parameters,but I get the error “Missing request parameter, json”