Hi Peter, I've now managed to create a remote application, made in PHP5 with the standard SOAP extension and it looks like this is the way to go for me. I am running a Apache webserver on localhost with my code and I'm able to get the information from and to Teaming. Great function, but I do have a couple of questions from working with the WSDL.
When trying to use license_getRegisteredUsers or license_getRemoteUsers it always returns no number of users. Looks like this is only working for Novell Teaming? Would be nice to be able to get the number of users on a Kablink system as well.
From what I have seen there's a couple of ways to use the webservices to extend the system. An accessory is great for displaying data and maybe with the help of AJAX it's even possible to create some functions as well. But it seems that if you want to be able to do something with the data from Teaming within the remote application it's maybe easier to use an iFrame.
I have made a customization request in that folder you made here
Besides that it's great to use within a workflow and on forms to add data from other systems. So thanks again for pointing this out.