Parse multi line response
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Parse multi line response
I have a SOAP request that returns a multi line return which I want to drop into a data sink.
When I right click the data and add to sink it only adds the first line, how do I add all the lines?
- Labels:
-
Test Setup
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the documentation link if not tried already where there is a sample given which you can try.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey @stuartbarber ,
It looks like your'e selecting a response node. What we need to do is select the entire response instead.
To do this, we can use GetData and choose the target Response property from your SOAP request.
You'll be prompted to select a response node on the following screen. Don't select any of the nodes. Pressing 'OK' without selecting any individual node will reference the entire response.
This will store the response as the screenshot below demonstrates.
You could also refer to the response using the following format: ${SOAP Request#Response} , where SOAP Request is the name of your target request.
