kind of Data PostProcessor
I wonder what a postprocessor is? Are you talink about an AIC or are
you talking about a preprocessor?
Anyway, getting the datatype is not easy, as everything is strings.
You need to lok at a string to know what it is. XMLmust begin with "<"
for instance. Basically, what BizTalk does is check if the XM parser
can read the input. You could throw the input you receive through a
XmlTextReader in .NET. If it fails, then treat it as plain text?
--
Jan Eliasen, representing himself and not the company he works for.
|