02-15-05 07:47 AM
Hi,
If one of the tags in XML message is not specified (e.g. MS-CRM
generates XML message for changed content only during updates, not the
whole form data is generated), and when user uses that distinguished
field, BTS raises and exception. BTS is schema unaware, so default
values do not work... What I think as a solution is using reflection
stuff, and check those absent members during the run-time, so that I do
not pass them to my class library. However, BTS does not seem to
support reflection either (although that doesn't sound surprising after
seeing that BT does not support arrays, too :o )! I have completed my
class library, passed my message (or one of its members) through
expression, but build fails with "The expression that you have entered
is not valid.". Note that I do not see an exclamation at the top-right
corner of the expression box, when I do that, so syntax is correct.
I would be very happy, if someone suggests me a workaround for
this unspecified XML tags case.
Thanks
[ Post a follow-up to this message ]
|