Forum Discussion

HASTI's avatar
HASTI
New Contributor
15 years ago

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.
  • Hi,

    I am using SoapUI 3.6.1 and experiencing the same problem. I am doing pretty much the same thing - extracting a data piece from the response to an earlier web service call and plugging it into another web service's request. Were you ever able to figure out how to stop getting the "Missing Match for XPath" error?

    Thanks.