I am trying to develop a tool to automate functional testing of WCF web services. I have researched a lot on previous projects and developments to start but I did not find any valid resource to start. I have used Soap UI tool open source but it does not allow to test using form as it is available in pro version. I am using .NET framework and C# language to develop this tool so that if we enter the WSDL URL we can able to test the service and save the case for regression testing later.
Thank you.