Yes. The Active Directory Receive Adapter can be used to create a Receive Location that queries Active Directory at regular intervals and submit the results to your BizTalk application. A message can be submitted to BizTalk at every polling interval, or only when a change occurs in the query results (this is the "On Change Only" option on the Active Directory Receive Adapter property configuration).
In addition, the Active Directory Send Adapter can be used with a Solicit-Response Send Port to perform an on-demand query. You just send your query parameters to the send port in a message that conforms to the supplied schema, and receive your results back in a new message.
See the entire answer
Yes. The Send Adapter is fully compatible with dynamic ports.
A sample orchestration showing the use of ActiveADAPTER with dynamic send ports is included in the ActiveADAPTER\Samples folder.
See the entire answer
To uninstall your evaluation version and replace it with your licensed version follow this procedure:
1. Stop any BizTalk applications and host instances that use ActiveADAPTER
2. Close any instances of the BizTalk Admin Console
3. Uninstall ActiveADAPTER through Control Panel
4. Check that the %ProgramFiles%\ActiveADAPTER folder has beenĀ completely removed
5. Install your licensed software
In most cases this shouldn't affect any receive location or send port settings you have created, but check your BizTalk applications after restarting them.
See the entire answer