| Allen Zhang 2004-05-24, 11:35 pm |
| This will work. HTTP receive function only interpret the URL all the way
from the virtual directory and on. Server information is not used here. So
http://localhost/site1/BtsHttpReceive.dll and
http://localhost:88/site2/BtsHttpReceive.dll will both work.
One caveat will be that vroots with same name on different virtual web
servers will be considered the same receive URL, since
/VROOT/BtsHttpReceive.dll part are the same. That may not be what you
intended.
Hope this helps.
- Allen Zhang (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[vbcol=seagreen]
using different IP addresses such that two receive functions can be setup
eg
1) http://192.168.1.1/virtual/BiztalkHTTPReceive.dll
2) http://192.168.1.2/virtual/BiztalkHTTPReceive.dll
The properties box of HTTP receive functions only allows a virtual
directory to be named and seems to imply "localhost"/default website - in
which case I can't see how the above is possible... ??
Thanks,
Andrew.
[vbcol=seagreen]
|