Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Software AG webMethods Integration Server 10.5.0.0
Production Customer Instance
I want to send a Object data type to a response from a calling application through Rest API web service.
No
Yes
in information available here: pub.flow:setResponse2 (softwareag.com)
"
Specify responseString, responseBytes, or responseStream. If you specify more than one, the pub.flow:setReponse2 service looks for the parameters in the following order and uses the first one that it finds: responseString, responseBytes,responseStream.
My plan is below
<elements> <element>val1</element> <element>val2</element> </elements>
Is it possible to send the val1 in Json String and the val2 in byte data type in one response?
This is not possible. Would you be able to elaborate your requirement?
Take a look at Multipart MIME messages: Reverb
Percio