I originally developed the IWEB module to assist others in creating web services for DotNetNuke. This is actually an easy thing to do. The problem is once you have the web services working you have to write a lot of code to do the simple tasks you would normally perform in a module.
Normally you can retrieve a user by their user name. With web services you have to first determine what portal they are in. Small amounts of code quickly add up and I want to share the code I have with others and I hope others will share their code by posting it in the forums.