In developing a web services interface for Moodle (originally based around 1.5.3+) I was using NuSOAP and everything was working fine. I wasn't using WSDL.
Enter Moodle 1.6 and the new wrapper lib which now requires WSDL to be used. I avoided having to learn WSDL earlier and am only now understanding how great that was.
I can't get any WSDL to work with my existing code and forcing the usage of /lib/soap/nusoap.php only works when running PHP v4. It won't work with v5.
I'm just curious if anyone has had any success using these new library files (with WSDL) or if I'm left no option but to write new functions to make WSDL an optional requirement.