Soapfault

Hi,

I’m trying the below tutorial and getting the following fault.

SoapFault

Function ("getPrice") is not a valid method for this service

I did exactly as the tutorial I’m able to view the XML but getting

the SoapFault.

What I’m I doing wrong?

Thanks

4268

SoapFault.png

http://www.yiiframework.com/doc/guide/1.1/en/topics.webservice#defining-service-provider

Sorry guys.

Beginners fault

I forgot to place the doc comments below, on top of my getPrice() method

/**

  • @return float Stock Price

  • @soap

*/