Hi Experts
I am getting an encrypted mime message thru http, I need to process this message and respond with the response again as encrypted mime message within the same session. How could I set the response, can I use “pub.flow:setResponse” for this case. My response type would be “multipart/mixed” mimeStream. What could be my contentType.?
The doc says that …
“contentType: you explicitly set this value with Developer, you will see two pre-defined choices: text/XML and text/HTML. You are not limited to these two values. You may either select one of these or type a new value.”
the response of pub.flow:setResponse service is of type String, but my response is a mimeStream, could I map a stream to response feild…?
Would it be OK to set the output through “Service Output Template” in Setting tab of the flow. Would %value myStream% work in the output template.?
Can anyone give me an idea please
Tanx
Thahir