|
Home > Archive > BizTalk Server Orchestration > March 2005 > XmlDocument & specific multi-part message type Transfer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
XmlDocument & specific multi-part message type Transfer
|
|
| WENNIE CHANG 2005-03-29, 6:18 pm |
| hi,
during my Orchestration , I create a XmlDocumant in C#,
No I want to use a Map to sort some element order and generate
a message which multi-part Message Type is "Order"
("Order" is a custom type)
Colud I transfer this XmlDocument into "Order" type
How could I do this ?
I'll very appricate for your suggestions .
| |
| Scott Colestock 2005-03-30, 5:51 pm |
| When you return the XmlDocument, you can assign it to a message within your
orchestration that is typed to an appropriate schema (i.e. one that matches
the instance doc you created in C#.)
At that point, you can use a transform shape that takes this message as
input, and generates the Order message.
Scott Colestock
www.traceofthought.net
"WENNIE CHANG" <yeawen6886@yahoo.com-dot-tw.no-spam.invalid> wrote in
message news:04mdnaQlXOgp79TfRVn_vA@giganews.com...
> hi,
>
> during my Orchestration , I create a XmlDocumant in C#,
>
> No I want to use a Map to sort some element order and generate
>
> a message which multi-part Message Type is "Order"
> ("Order" is a custom type)
>
> Colud I transfer this XmlDocument into "Order" type
>
> How could I do this ?
>
> I'll very appricate for your suggestions .
>
|
|
|
|
|