DocumentSpecNames?

I searched for over an hour and I give up. A property exists in the disassembler XML component DocumentSpecNames. I cannot find useful documentation on what to put there. Does this look like a task namespace? What is it? An example will be helpful.

+5
source share
2 answers

DocumentSpecNamesused to check messages according to a specific pattern ( SchemaList). This is useful if you want to ensure strict acceptance of messages before processing this message in your pipeline. See the related blog post .

The value of the property must be the name of the assembly and the name of the class (from the link above).

DBLOG.ValidateMessage.IntegerSchema, DBLOG.ValidateMessage, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = 349a4171d9432c58

+7

"", ""

-1. , BizTalk Admin, , Dll.

-2. , ; "" .

-3. "", "" "" , . "" .

Ex. - "Microsoft.EAI.SAP.Schema.PurchaseOrder"    - "Microsoft.EAI.SAP.Schema, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = 078b35dbd180a45k"

, , -

- "Microsoft.EAI.SAP.Schema.PurchaseOrder, Microsoft.EAI.SAP.Schema, Version = 1.0.0.0, Culture = , PublicKeyToken = 078b35dbd180a45k"

, :)

Mayank

0

All Articles