Hi,
I have a query against the oracle adapter. If I pass a file into the
orchestration like this
<ns0:Query
xmlns:ns0="http://schemas.microsoft.com/[OracleDb://rome/ROME/Tables/OBX_CRM]">
<ns0:Filter>rome_action='UPDATE'</ns0:Filter>
<ns0:MaxRows>10</ns0:MaxRows>
</ns0:Query>
my query fires a correct response etc....
I was trying to create a message that will do this using the message
contruct shape. I'm stuck!!!
I've created a message - message_1, or type NS0.Query
In the expression is was expecting to find Filter as an option.......
Any pointers to do***ents on message contruct please.