Hi group, I was going to ask a much needed on-topic question for you guys, but ended up answering it myself. Here's a gotcha though for anyone trying to make their own Soap interface class and wanting to override the SoapClient and it's $object->someSoapFunction() functionality. You have to override the '__soapCall()' and not just the '__call()' functions in your child class.
-Stig --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
