05-26-05 07:51 AM
Hi,
One option may be to create a schema (ChildSchema) that represents the child
node, then include that in the main schema, setting the data structure type
for the child node to ChildSchema.
You can then use the message assignment, and some XPath to create a message
instance of ChildSchema. You can use a count and total as integers to contro
l
the loop.
I think I used this technique in a splitter pattern, you can download the
code here:
http://www.gotdotnet.com/Workspaces...br />
93ed7149
Regards,
Alan
--
The Bloggers Guide to BizTalk
http://geekswithblogs.com/asmith
"JGaska [http://www.IoniaSolutions.com]" wrote:
[vbcol=seagreen]
>
> Unfortunately no. I need to call the webservice from within the looping
> structure and I was going to use the XmlNodeList for the looping structure
> and use that to call the webservice. If I wrap the looping structure with
in
> an atomic scope I will not be able to call the webservice using a long
> running transaction because I cannot embed transactions within the atomic
> scope.
>
> Round and round I go........ I guess back to the xpath implementation huh
,
> instead of using the NodeList. etc..
>
>
>
> "Scott Colestock" wrote:
>
[ Post a follow-up to this message ]
|