BizTalk HTTPReceive request response with BTSHTTPReceive.dll? ReqResp
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 to share