sep
2007-05-18 10:18:19 UTC
I have questions about dynamic port.
i am creating orchestration for send data from incoming data that has
specified port(like ..eg. ID=1;send to web service ID=2;send to ftp,...)
and when the data has destination to ftp, i can't set destination context. i
can set the address ,BUT!!!,i can't set username and password and the others
data to specify the destination
------------------------------------------------------------------------------------
Example:
//Set context on the message you want to send:
SND2FILEPort(Microsoft.XLANGs.BaseTypes.Address)
= "ftp://SERVER/ftpdrop/FTPMessage_%MessageID%.xml";
//Set dynamic ports location:-------->(note: about this, it express the
context : 'message construction,must be done in the construct block')
IncomeMessage(FTP.UserName) = "Administrator";--->this expression not work
IncomeMessage(FTP.Password) = "1234";--->this expression not work
-----------------------------------------------------------------------
have anyone know the complete setting about sending data by dynamic
port(especially,send to FTP)
Thank you
i am creating orchestration for send data from incoming data that has
specified port(like ..eg. ID=1;send to web service ID=2;send to ftp,...)
and when the data has destination to ftp, i can't set destination context. i
can set the address ,BUT!!!,i can't set username and password and the others
data to specify the destination
------------------------------------------------------------------------------------
Example:
//Set context on the message you want to send:
SND2FILEPort(Microsoft.XLANGs.BaseTypes.Address)
= "ftp://SERVER/ftpdrop/FTPMessage_%MessageID%.xml";
//Set dynamic ports location:-------->(note: about this, it express the
context : 'message construction,must be done in the construct block')
IncomeMessage(FTP.UserName) = "Administrator";--->this expression not work
IncomeMessage(FTP.Password) = "1234";--->this expression not work
-----------------------------------------------------------------------
have anyone know the complete setting about sending data by dynamic
port(especially,send to FTP)
Thank you