Property | Description |
---|---|
Dynamic XQuery or XML Source Document | Location or URL of XQuery or XML source file |
Source XML Document | Location of the source XML document |
Action | Description |
---|---|
Execute | Executes the supported parameters and properties. |
Action | Parameter | Description |
---|---|---|
Execute | SourceMessage | Name of the source message for the invoker |
TargetMessage | Name of the target message for the invoker |
XML Source | XQuery Expression | Description | Example |
---|---|---|---|
Design Time | |||
URL | URL | Provide URL to the XML source at design time | C:\people.xml |
Provide URL to the XQuery file at design time | C:\people.xq | ||
Combination of Design and Run Time | |||
Source Message (URL) | URL | Provide URL to the XML source at run time | srcMsg.Body = "C:\people.xml" |
Provide URL to the XQuery file at design time | C:\people.xq | ||
Source Message (Content) | URL | Provide soure XML content at run time | msg.Body = fileread("C:\people.xml") |
Provide URL to the XQuery file at design time | C:\people.xq | ||
URL | Source Message (URL) | Provide URL to the XML source at design time | C:\people.xml |
Provide URL to the XQuery file at run time | srcMsg.body="C:\people.xq" | ||
URL | Source Message (Content) | Provide URL to the XML source at design time | C:\people.xml |
Provide XQuery file at run time | srcMsg.body=fileread("C:\people.xq") |
Action | Property | Description |
---|---|---|
Execute | XML Source | The Execute action accepts inputs: • At design time as a URL • At run time as either content or URL through the DJMessage object |
Execute | XQuery Expression | The Execute Action accepts inputs: • At design time as a URL • At run time as either content or URL through the DJMessage object |
Code | Name | Description | Reason |
---|---|---|---|
12 | ERR_NOSOURCE | Invalid XML source | XML source file provided is corrupt or invalid. |
34 | ERR_INVALID | Invalid XQuery expression | XQuery expression provided is invalid. |
50 | ERR_UNSPECIFIED | Run time exception | Run time exception encountered. |