Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

HTTP URL Rewriting Modifier doesn't catch attribute

I use HTTP URL Rewriting Modifier. First I send request get request. Response data is XML format. Second I send request with HTTP URL Rewriting Modifier. I added attribute in XML file to HTTP URL Rewriting Modifier but it doesn’t catch the attribute. How to catch attribute HTTP URL Rewriting Modifier?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

HTTP URL Re-writing Modifier is based on regular expressions and tries to find the parameter value like:

name="attribute-name-you-give" value="attribute-value-you-re-looking-for"

if the structure of your XML response is different and the node you’re looking for doesn’t have both name and value attributes – it will find nothing.

Most probably a better idea would be going for XPath Extractor instead

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading