Receive a request message from vendor on my inbound thread
grab/hold a piece of data in that request message – like save to a variable or something
send the request on to the webservice on my outbound thread
Then when I get the response from the webservice retrieve that variable to use it with that response
Is that possible?