How to Add a Virtual Directory to an BizTalk Application
I had a BizTalk Webservice that was generated by the WebService Wizard from BizTalk.
When I exported the MSI the WebDirectory came along.
I thought this webdirectory was added during the export. But this is not the case. The WebService Wizard adds the files as a resource to your BizTalk Application.
If you update a minor thing in the XSD (like MinOccurs=0 instead of MinOccurs=1 (So you're beeing lazy and chanche the xsd within the WebDirectory).)
This change will never be updated in the Resources of the BizTalk Application. So how do you do this ?
BTSTASK to the rescue !.
See >>here<< for a detailed explanation of how to update the WebDirectory resources of a BizTalk Application.