Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

February 2009 - Posts

Using xpath function in orchestrations
Xpath is a function that can be used in any orchestration to set and retrieve data from/to messages. The syntax is very simple: Set a value in message xpath(message, "xpathQuery") = value; Get a value from message variable = xpath(message, "xpathQuery"); Read More...