More about Parse XML rules
|
|
Parse XML rules are frequently used with Web services and so are often referenced in Connect SOAP, Connect dotNet, Service SOAP, and Service dotNet rules. However, you can reference Parse XML rules in other types of service and connector rules.
To execute a Parse XML rule in an activity, use the Apply-Parse-XML method.
Although the first key part of this rule is known as the Namespace, it does not conform to any official XML namespace, but serves a similar function, to partition the set of possible parsing rules to avoid accidental name collisions.
For more information about XML parsing, see these PDN articles:
prconfig.xml
file or Dynamic System Settings, you can be alerted to unusually long Parse XML executions as PEGA0011 alerts. See How to detect lengthy service operations.When you save a Parse XML rule, the system converts the steps to Java source code. As a learning or debugging aid, you can review this Java code.
Click the Show Java toolbar button () to see the system-generated Java code that implements the parse XML rule. The window presents a read-only preview of the Java that implements this rule instance. This Java code is not identical to the Java that executes at runtime, which includes Java code inlined from other rule instances and reflects rules in the requestor's RuleSet list.