false
, will prevent the service from running (see video).GET
and DELETE
HTTP methods.//userId
or //userName
.$fr-lang
variable is set to current language. So in the case of our hypothetical service returning a list of countries, you will define the items as /response/row[lang = $fr-lang]
, the value simply as value
, and label as label
._
.
, -
or _
(if the name has more than one character)<my:item>
(or <item>
) and nested elements are in the http://example.org/my
namespace. This means that your XPath expression must match elements in a namespace and that, in theory, you need a custom namespace mapping in form builder. Since this is not supported yet, you can work around the issue by using XPath expressions with wildcards:/soap:Envelope/soap:Body/*:items/*:item
*:label
*:value
//*:item
*:label
*:value