Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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”
Can you add some screenshots of your parameters for http.client service and also the response of your service call? Please also include a sample json data.