How to call overloaded wsdl webservice method from php soap client
问题 Webservice : http://webservices.dishtv.in/Services/Mobile/Trade/TradeSubscriberInfo.asmx Overloaded method is GetSubscriberInfoV2 MessageName="GetSubscriberInfoVCLogV2" My php code is, <?php $mobileno="01523833622"; $url="http://webservices.dishtv.in/Services/Mobile/Trade/TradeSubscriberInfo.asmx?wsdl"; $client = new SoapClient($url); $soapHeader = array('UserID' => '47','Password' => 'zZa@#286#@'); $header = new SOAPHeader('http://tempuri.org/', 'AuthenticationHeader', $soapHeader); $client