webMethods Multi-part request has (listAttachments and json fields)

Hi All,
I have an integration CR and the provider system give me below SS to handle this part from my side.
Questions:

  1. How to handle multi-part List attachmets with Json fields
  2. is it better to provode the consumer with mimeStream or json body

Hi,

This is a multipart content, so you need to either register a multipart content handler into IS and use that or easiest way is to use the existing Integration Server pub.mime.* services to decode this response.

Thanks

Hi Prasanta,
Could you please advise how handle List Attachments part and json parameters part

Hi,

Actually I don’t have any sample flow with me, what you have to try is, after using the pub.mime services, you will get the part content and than use the usual IS public services like jsonToDocument to get IData from the Json context etc.

Thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.