So we have a custom business service that we use and we are calling SendRequestSync.
For our response from our custom business operation, we send back an Ens.StringResponse.
set pResponse.StringValue = "File Delivery: "_tOutFilename_" of size: "_pRequest.Stream.Size_" (modified='"_pRequest.Stream.LastModified_"')"_" Status: "_tSC
So now we are trying to use Rules to pass the the messages to certain destinations with a normal business process of EnsLib.
.png)


.png)
.png)

