RE: Business Rules Engine Question
You can, however use xsd to generate an xml schema of your c# class. If you
use this inside BizTalk then you can then just serialize your objects before
you send them up. This also give you the advantage of using BAM, which i
haven't found a way of doing with c# classes (no way to attach schema in TPE)
"Phil" wrote:
> I just started using the Rules Engine, and went through all the basic
> tutorials w/o issue. When I tried to create Rules with more complex
> ..NET classes (ie. LoanApplication.ProductData.ARM.IndexType) it would
> not let me traverse the tree deeper than one level. In other words, it
> doesn't appear to recognize nested classes. Am I missing something?
> Or is this a limitation of the Rules Engine?
>
>
.