09-23-04 10:51 PM
Are you getting a runtime error or designtime one?
Do you see the erroneous properties with intellisense?
If its a runtime error, please verify the XPath associated with these fields
against the message body at the time of exception.
Regards
Dev
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:8297CE24-69FF-4E75-B844-B1C57447C21C@microsoft.com...
> Not all of my distinguised properties are showing up in the expression
> editor. Is there a limitation on distinguished properties on different
node
> levels??
>
> Here is an example:
> <request>
> <DBConnection>
> <Database />
> <User />
> </DBConnection>
> <CaseInformation>
> <Product />
> <Reason />
> </CaseInformation>
> </request>
>
> I have promoted Database, User, Product, and Reason fields as
distinguished
> fields to be used in my orchestration. When using the expression shape, I
> can access the DBConnection fields, but not the CaseInformation fields.
>
> MessageName.Database and MessageName.User are valid, but
> MessageName.Product, and MessageName.Reason create an error.
>
> Is there anything I am overlooking?? Any help will be greatly
appreciated!!
>
>
> Thanks
[ Post a follow-up to this message ]
|