Work flow of content mapping dynamically
Adapter BusinessApplication
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(if no context info is available)------------------> CreateContextRequest
CreateContextResponse <------------------
event CreateContextRequest {
string TRANSPORT;
string symbol;
}
event CreateContextResponse {
string TRANSPORT;
string symbol;
context contextName;
}