Retreive and Send input as Multipart/formdata with webMethods

Hi, firstly you are missing the encoding type in the content type i.e. “multipart/form-data”

You should then expect the following input into your service

contentStream

then;

pub.flow:getTransportInfo
pub.mime:mergeHeaderAndBody

Input to pub.mime:mergeHeaderAndBody:
headerLine (it’s from transport/http/requestHdrs)
body/stream (contentStream from the begging in the pipeline)

This was documented here

type or paste code hereCannot extract multipart MIME data sent through REST

1 Like