Full details, including code are here: http://pastebin.com/bVz4Xm62 Basically, I'm trying to build a Soap server using Zend Framework, and I'm getting some unexpected behavior. I wrote a class to be served by Soap, but when I set up my client, I can only use one of the functions of the class. If I try to call any of the other functions, it gives me a Soap fault and tells me that the function is not a valid method. I have no idea why, though. Can someone help me figure this out? Thanks.