Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You need to wrap the function around the XPath.
Example:
declare namespace sam='http://www.soapui.org/sample/';
lower-case(//sam:logoutResponse[1]/logoutstatus[1])
Will return the result of the XPath as lower case.
Regards,
Marcus
SmartBear Support
You need to wrap the function around the XPath.
Example:
declare namespace sam='http://www.soapui.org/sample/';
lower-case(//sam:logoutResponse[1]/logoutstatus[1])
Will return the result of the XPath as lower case.
Regards,
Marcus
SmartBear Support