Extract Meta-Data value from a VSE SOAP Request and set the Operation with this value.
All Supported Devtest versions
To capture meta data value and use it to set the operation,
Why use Request Data Manager here and not Generic XML Payload Parser:
As per the definition, the Generic XML Payload Parser identifies that the requests and responses are XML strings. Using this protocol, you can identify variables out of the XML messages that the recorder uses.
The Request Data Manager protocol lets you alter VSE requests during recording or playback. This protocol lets you apply a list of actions against a request.
Extracting the value from Meta-Data and conceiving it into an operation is considered an action. XML payload parser did not help because it only allows you to identify variables but not act on the request.