Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
There has been a change after 4.6.4 where a namespace was attached to the XML response. Since a namespace doesn't matter if you're getting a JSON response, it was no longer used in 5.0.0, or rather a default namespace was attached to every request's XML form. If your XPATH had a reference to a dynamic namespace, it would have required an update of the assertions to continue using XPATH. But now the JSONPath assertions are available in 5.1.2.
Regards,
Giscard
SmartBear Support
There has been a change after 4.6.4 where a namespace was attached to the XML response. Since a namespace doesn't matter if you're getting a JSON response, it was no longer used in 5.0.0, or rather a default namespace was attached to every request's XML form. If your XPATH had a reference to a dynamic namespace, it would have required an update of the assertions to continue using XPATH. But now the JSONPath assertions are available in 5.1.2.
Regards,
Giscard
SmartBear Support