Using the BizTalk HTTPReceiver
During the creation of the ebMS Getting started environment i ran into problems with using IIS and the HTTPReceiver. Some problems that i had were: - messages would not be picked up the the HTTP Receive Adapter - messages remain in the dehydrated state One of the most difficult things about the HTTPReceive Adapters is the dis-ability to do some hi-tech debugging…even the tool ‘DebugView’ / ‘Fiddler’ will not help when trying to find out what the problem is, TCP/IP Listeners might provide some help but the best thing you should be doing is to walk through all the MSDN steps. Since i had some trouble finding the steps, hereby the steps for setting up the Adapter for IIS 6 en IIS7. ‘Creating the virtual directory for the HTTPReceiver’ The BizTalk HTTP Receive Adapter can be used in a http receive location configured in Internet Information Services (IIS) inside a virtual directory. Read the Microsoft guidelines for setting up an HTTP BizTalk Receive location (see reference ‘En...