BizTalk HTTPReceive request response with BTSHTTPReceive.dll? ReqResp

I started trying out BizUnit and noticed that the Http Request Response has a BTSHTTPReceive.dll url? ReqResp

I can't find anything in the usage document? ReqResp

Is it necessary ?, or does it add some value?

+1


a source to share


1 answer


It depends on whether you are sending a GET or POST request. In general terms (and especially for POST requests), a request can be used to host multiple receive locations via a single BTSHTTPReceive.dll, which makes it possible to split the URL for each request location using the added query string parameters.



For GET requests, it can also be used as a way to pass data in the request message to the adapter. See the docs for details .

+2


a source







All Articles