Send File Over Post from DSP To wM Service

Hi Experts,

I am trying to post list of files from DSP page to wM service. But I am getting missing body.

localizedError [ISS.0086.9160] Missing required parameter: ‘body’
threadID HTTP Handler 10.3.129.101
ssnid eab25a80b5fc1452a8998ffd25533371

Can anyone please help me… I am not sure how to post file data from DSP to wM service.

Hi,

Can you please check what service input/type you have set in the service signature and that the DSP page posts the parameter type?

Depends on it the service expects the input to be for the downstream steps not to fail.

HTH,
RMG

Hi Rmg,

In my wM service I have created a input variable name inputStream of object type which is supposed to handle file data as a stream object.