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

Using Java and Spring to connect to an Active Directory

You might find yourself in a position where you want to add, edit or delete accounts in your Active Directory. The OSB itself doesn’t have an adapter for it so how do you resolve this? One of the options is to write a custom java library, add it to your domain and invoke it using a java-callout. Let’s start by making a simple Java project making use of Maven and Continue ReadingUsing Java and Spring to connect to an Active Directory