BizTalk Server Orchestration - how to assign xml file name

This is Interesting: Free IT Magazines  
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
David

2004-12-13, 3:26 am

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
>



David

2004-12-13, 9:27 pm

Thank you.
I find it in msdn.

David

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com