|
Home > Archive > BizTalk Server Orchestration > December 2004 > how to assign xml file name
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 |
how to assign xml file name
|
|
|
| When I drop a new port, in the "Port Config Wizard"
Transport select "FILE", and URI we usually filled "%MessageID%.xml"
how to assign file name to a special element name in the input-XML file
colume?
for example, input xml file is:
<root>
<orderid>A001</orderid>
<orderdate>2004-12-1</orderdate>
<product>...</product>
....
</root>
And generate output-file name is: A001.xml
Not like: {12D21171-2EFC-458C-93E9-BB07BC35C2BC}.xml
David
| |
| Anthony O 2004-12-13, 8:26 am |
| You can use SourceName (or something similar ...check documentation for
reference) instead to get the fileName.
"David" <calebchen@walla.com> wrote in message
news:1102917196.401657.46300@z14g2000cwz.googlegroups.com...
> When I drop a new port, in the "Port Config Wizard"
> Transport select "FILE", and URI we usually filled "%MessageID%.xml"
> how to assign file name to a special element name in the input-XML file
> colume?
>
> for example, input xml file is:
> <root>
> <orderid>A001</orderid>
> <orderdate>2004-12-1</orderdate>
> <product>...</product>
> ...
> </root>
>
> And generate output-file name is: A001.xml
> Not like: {12D21171-2EFC-458C-93E9-BB07BC35C2BC}.xml
>
> David
>
| |
|
| Thank you.
I find it in msdn.
David
|
|
|
|
|