Closed psobeich closed 10 years ago
I don't think that's correct. Look at Yii 1.1 implementation:
Oh you are correct. Sorry for the disturbance.
I thought that an additional GET parameter has to be set to retrieve the WSDL. That is what I am used to: http://endpoint - calls web service http://endpoint?wsdl - retrieves wsdl
So exactly vice versa. Since I cannot adjust the clients to the web service I need to make the soap server behave as expected by the clients. I think I extend the class by an option that inverts the behavior of $serviceVar.
I created the branch invertServiceVar in my fork that takes care of the behavior of $serviceVar.
Fixed bug where WSDL is always delivered when serviceVar is not set.