post pdf's from IS as in html multi-form data

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

File to send
attachment

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