Hello,
Development is for POC, based on DOCNUM i would like to call different iflows
In iflow1, i defined header parameter SAP_applicationID with source value as //IDOC/EDI_DC40/DOCNUM. In receiver process direct adapter in address I maintained ${header.SAP_applicationID}.
In iflow 2, in runtime configuration in allowed headers i maintained SAP_applicationID and when i maintain ${header.SAP_applicationID} in Process Direct Sender adapter i get the error - Address should begin with alphanumeric or '/' character.
Now, after i replaced ${header.SAP_applicationID} with /SAP_applicationID in both sender and receiver address in Process Direct adapter i can access the {header.SAP_applicationID} in iflow2 which i see during trace.
how do i maintain dynamic address in Sender Process Direct adapter?
Thanks
Nil