BizTalk Server Orchestration - How to put a variale in a port

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > September 2005 > How to put a variale in a port





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 put a variale in a port
karsten.mandrup@gmail.com

2005-09-20, 6:03 pm

Hi,

I have used the %SourceFileName% in the orchestration - but now using
the Microsoft.BizTalk.DefaultPipelines.XMLReceive pipeline .. when i
specify the URI i use
http://www.someUrl.com/xml.asp?file=%SourceFileName% ... this is not
translated .. ie. sent as "%SourceFileName%" any idears? .. maybe use a
variable? ... any help would be appriciated.

Best Regards
Karsten

Dick Dijkstra

2005-09-21, 7:48 am

Hi Karsten,

You can use a dynamic send port in your orchestration and set the
address for that port in an expression shape:

MyDynamicSendPort(Microsoft.XLANGs.BaseTypes.Address) =
"http://www.someUrl.com/xml.asp?file=" + FILE.ReceivedFileName


HTH

Dick Dijkstra (www.dickdijkstra.com)

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com