Testing your knowledge
An Orchestration is currently configured with a Specify Later binding and is meant to be connected to a port that sends messages using the FILE Adapter. The requirements are that the folder and name of the file need to be specified at runtime, based on the data in the message. What should you do?
Configure the port binding to be Dynamic, and in a Message Assignment shape, set the
Microsoft.XLANGs.BaseTypes.Address
field for the message to point to the correct folder and name of the file.Configure the port binding to be Dynamic, and in an Expression shape, set the
Microsoft.XLANGs.BaseTypes.Address
field for the message to point to the correct folder and name of the file.Configure the port binding to be Dynamic and in an Expression shape, set the
Microsoft.XLANGs.BaseTypes.Address
field for the port to point to the correct folder and name of the file.In a Message Assignment shape, set the
BTS.ReceivedFileName
context property of the message to point to the correct folder...