choice schema nodes -- count of/referencing
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > choice schema nodes -- count of/referencing




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    choice schema nodes -- count of/referencing  
ChuckD_Duncan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-26-05 10:49 PM

I need to allow 0 or more of a particular node in a schema (call it ADDRESS
so there can be multiple addresses in the schema).
How do I tell if it is present?  How do I tell how many there are?  And
since I can't promote it in anyway, how can I manage the contents within
the orchestration??






[ Post a follow-up to this message ]



    Re: choice schema nodes -- count of/referencing  
BA


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-05 07:47 AM

Do you have a map in your orchestration?

If so, you can do a recordcount on that node using a fuctoid



"ChuckD_Duncan" <cduncan@guardianangelcorp.com> wrote in message
 news:3c689e14f9e075297ef0cfc85c3de0ce@lo
calhost.talkaboutsoftware.com...
> I need to allow 0 or more of a particular node in a schema (call it
ADDRESS
> so there can be multiple addresses in the schema).
> How do I tell if it is present?  How do I tell how many there are?  And
> since I can't promote it in anyway, how can I manage the contents within
> the orchestration??
>







[ Post a follow-up to this message ]



    Re: choice schema nodes -- count of/referencing  
ChuckD_Duncan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-05 10:52 PM

Thanks... that gives me some idea of a direction to head.  It makes me
think that dealing with the multiple records might be done in the map...
like putting these into separate Database records, or iterating over them
to process the information ??
I will keep tinkering and see if I can learn how to manage this.






[ Post a follow-up to this message ]



    Re: choice schema nodes -- count of/referencing  
BA


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-05 10:52 PM


Sure.

Unless you need to transform the data into something else for a reason
(delivery, et al), the map shouldnt really be used.

Another, likely better option, is to send the message into the business
rules engine using the "exists" condition on the node that may or may not be
there.  Then you can even call a database.

Likely you can also use the expression shape to do an xml logical existence.
Create a variable as a sys.xml.xmldocument and check the intellisense to see
if an appropriate method is there.  If so, you can check it there, and take
a decision shape on the result, or whatever



"ChuckD_Duncan" <cduncan@guardianangelcorp.com> wrote in message
 news:27c68cf1a1a67c75f9761a8a8290ae55@lo
calhost.talkaboutsoftware.com...
> Thanks... that gives me some idea of a direction to head.  It makes me
> think that dealing with the multiple records might be done in the map...
> like putting these into separate Database records, or iterating over them
> to process the information ??
> I will keep tinkering and see if I can learn how to manage this.
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:02 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register