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
Hi All,
Appreciate your help ; I do have a requirement to post multiple pdf’s by making http post call in multi-form data and below is the html format
we are in wM 8.2 version and using inbuilt mime services to build the mime content; I could able to make successful http post but the target could not able to receive the files. please let me know how to achieve this in webMethods.
Thanks
How are you sending http post and what params you are passing it to the service and make sure you set the appropriate content type and sending it as stream data?
try: application/multipart/form-data
HTH, RMG