Database Reference
In-Depth Information
VETRO sequence on custom Service Broker
It's a classic VETRO pattern, where validation (for V) is initially done by the receiver
(servlet) when we parse it into DOM and implicitly done during the individual transform-
ation (enrichment) steps. A message incompliant to the declared XSD will result in failure
in transformation.
Technically, we are looping though the task list nodes and invoking a related helper to ex-
ecute the task as follows:
TaskHelper tskhelper = new TaskHelper();
TransformerHandler transformhandler = new
TransformerHandler();
try {
Search WWH ::




Custom Search