Yii Webservice Issue

I Created Web Services In YII Now Want To Call Same From Android And C# Client

Issue Is : Clients R Already Built And I Cant Change The Code. So Have To Make Changes in Services


<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:WebServiceControllerwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/soap/envelope/" targetNamespace="urn:WebServiceControllerwsdl">

Webservice .xml Where


xmlns:tns="urn:WebServiceControllerwsdl"

targetNamespace="urn:WebServiceControllerwsdl"

i Want To Change is To xmds cuz Client player Search the Method In-side this class

so how do i execute services if this is the situation


class WebServiceController extends Controller

{

public function xyz()

{


}

}

my controller code