Using Groovy to connect to Active Directory
I have made a previous post about connecting to an AD using Java here. In another setup I want to connect to an AD using Groovy as we can use this in SoapUI. Lets say you have made an AccountManagingService which creates account in an AD for you. Now you want a way to test this service using SoapUI. The first thing you do is to make a testcase in Continue ReadingUsing Groovy to connect to Active Directory