thanks for your help. I implemented my replace using the FindAt method of the stream. Main reason was to allow repeat passes over the template when there are multiple tokens to replace.
- Log in to post comments
thanks for your help. I implemented my replace using the FindAt method of the stream. Main reason was to allow repeat passes over the template when there are multiple tokens to replace.
Thanks everyone for their help with this.
I was trying to way over complicate things thinking I needed to sync the responses in OnRequest. Now that I understand the underlying Business Process framework handles that I will use the OnRequest/OnResponse mechanism.
cheers