Requests with CDATA tag are not parsed by the VSE Recorder using default DPH.
How to parse the requests to see all arguments?
All supported DevTest releases.
N/A
Can use different Data protocol Handlers (DPH) to achieve the functionality wanted:
For example:
. In one scenario, have a Soap request which has CDATA tag in the request. Then can use the below:
- Web Services DPH (Default one automatically added by the recorder)
- Request Data Manager DPH (With this, you make the CDATA tag as Request Body to parse the request)
- Generix XML Payload Parser DPH (This can be used to configure more arguments)
Scriptable DPH can also be used with the code.