broker's ability to process canonical document in xml format

Hi,

Is broker can process canonical document in XML format?

For eg the canonical document :CanSalesOrder.xml is Valid in Broker?

You will define your canonical document as IS document in IS, then you will make this as Publishable document which will create corresponding broker document type in broker. This doc will have all constraints that you have defined in XML or its schema.

The .xml document cannot be directly validated in Broker.

-Senthil

Or just define a “wrapper” a document type in IS with a single string field. Place the XML string in that field. Then Broker would handle the wrapper document type and subscribers would read and process the XML string from within.