Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

USE:

XPath expressions are used to operate on XML messages.

...

//*:PostInvoice/transferId/text() or

/*[local-name()="PostInvoice"]/transferId/text() 


Examples for non-XML payloads (like EDIFACT) are described on this page.


Info

It is possible to combine more than one expression in Variable Processing settings using '||' operator. Each sub-expression separated with '||' is evaluated separately and result is combined.

E.g. it is possible to configure variable PURCHASE_ORDER with following expression: //ns0:PurchaseOrder/@PurchaseOrderNumber||//ns0:PurchaseOrder/Header/Number/text()

During runtime values from both PurchaseOrderNumber attribute and Number node will be stored in the variable.