Forum Discussion

Dominique's avatar
Dominique
Occasional Contributor
17 years ago

Transfer stops on "Missing match for Target XPath"

Good afternoon,
I have created a property transfer that fills in some properties where needed (at least that's what I want to do. ).

My test case now looks at follows:
- a property transfer for setting values
- some SOAP requests
- a property transfer for unsetting values

Now I have following problem:
the property transfer (which is general for the whole test suite) tries to fill in values on tags that are not necessarily present, and in that case, I would like the property transfer to do nothing and go on.
However, the property transfer stops, saying "Missing match for Target XPath".
I have checked/unchecked the checkbox "Ignore empty/missing values" but this doesn't help.

Does anybody know how I can force the property transfer to continue even if a mentioned tag is not present?

Thanks
Dominique

1 Reply

  • Dominique's avatar
    Dominique
    Occasional Contributor
    Good afternoon,
    I have solved this issue by installing SOAPUI Pro (Trial version) and using a DataSource Test Step.

    Dominique