Hi Fanny,
Passing json file name as value is invalid. You should be passing the object data loaded from getFile service as value. preferable load as string in getFile service.
In PostMan original request object is a file in json format and content-type is set as application\json.
So in wM you try to create name/value pair as thread/input & json object(string from getFile) along with content-type as application\json.
That way when you invoke the service won’t fail with invalid content-type.
Current request you are making, you are passing thread-input as a string with value as filename i.e. json filename, that is wrong.
Please check what actually required to pass then do pass accordingly.
Let us know if our understanding of your requirement itself is wrong.
Regards,
Firoz N
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB