Hi,
Need help about SOAP web service with Yii. Need to know how to add manualy created wsdl file to web server controller. stuck with this for couple of days… :’(
Hi,
Need help about SOAP web service with Yii. Need to know how to add manualy created wsdl file to web server controller. stuck with this for couple of days… :’(
Just create an ordinary action that will return the file contents. You can even put it in a view and just use renderPartial. Or spit it out using echo file_get_conents. Or using xSendfile, or whatever you like.