Question Federico Sandrinelli · Feb 24 Reading HTTP multipart/form messages from EnsLib.HTTP.GenericMessage object. Hello everyone! I have set up an EnsLib.REST.GenericService with an EnsLib.HTTP.InboundAdapter which forwards the http requests received by a web app to my Business Process. I would like to parse HTTP multipart/form messages I am receving and be able to iterate over the various fields within the request body, accessing its content type and the content itself. As far as I understand I should use the %Net.MIMEReader class which should return a list of %Net.MIMEPart, one for each field within the request. However if I do : #Business Process (BPL) #REST API #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 31