HASTI
15 years agoNew Contributor
Error in Performing property Transfer-Missing Match for X Pa
Hi ,
I am using soapUI 3.6 and trying the sample example of Weather Forecast.
I have created a property and trying to transfer it to the next step of sending Request.Getting following Error-
I have created x Path Manually as there is no wizard to create it automatically.
PlaceName [Missing match for Target XPath [declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName/web:PlaceName]]
I have defined x path as under-
declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName/web:PlaceName
when i tried using soapUI Pro 3.6 it generated x path automatically as under & it worked
declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName[1]/web:PlaceName[1]
When i tried using the same in soap UI 3.6 it gives me error.
Please suggest.
I am using soapUI 3.6 and trying the sample example of Weather Forecast.
I have created a property and trying to transfer it to the next step of sending Request.Getting following Error-
I have created x Path Manually as there is no wizard to create it automatically.
PlaceName [Missing match for Target XPath [declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName/web:PlaceName]]
I have defined x path as under-
declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName/web:PlaceName
when i tried using soapUI Pro 3.6 it generated x path automatically as under & it worked
declare namespace web ='http://www.webservicex.net/';
//web:GetWeatherByPlaceName[1]/web:PlaceName[1]
When i tried using the same in soap UI 3.6 it gives me error.
Please suggest.