Write a Soap Server using Zend_Soap but I can only access one function that I wrote.

Discussion in 'PHP' started by seismicmike, Mar 5, 2010.

  1. #1
    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.
     
    seismicmike, Mar 5, 2010 IP