Wie zu Verwenden Query_Match für Soap-UI

Ich bin, die Probleme mit der MockOperation Editor in Soap-UI.

Ich habe diese Anfrage:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <methodName xmlns="http://tempuri.org/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <dataAreaId>error</dataAreaId>
      <pInvoiceList>
      <dataAreaId>NOTTHESAME</dataAreaId>
        ...
      </pInvoiceList>
    </methodName>
  </s:Body>
</s:Envelope>

Ich versucht fast jeder XPATH-Ausdruck, aber ich bekomme immer "Fehlende übereinstimmung in der Anfrage"

Was zu füllen, der im Xpath-Feld?

Habe ich versucht:

  • //dataAreaId/text()
  • //dataAreaId/
  • //dataAreaId
  • /dataAreaId/text()
  • /dataAreaId
  • /methodName/dataAreaId/text()
  • /methodName/dataAreaId/
  • /methodName/dataAreaId
  • Wollen Sie die Knoten, alle Knoten durch, die Namen, oder nur den text in den Knoten? Auch, XPath endet mit '/' ist nicht gültig.
  • Ich möchte den text des ersten
InformationsquelleAutor amaters | 2012-10-30
Schreibe einen Kommentar