Добрый день друзья!
У меня либо лыжи не едут, либо с руками проблема!
WSDL:
https://www.thelotter.com/__ajax/__homepage.asmx?WSDL
Как прочитал, так и начал:
$client = new SoapClient('
https://www.thelotter.com/__ajax/__homepage.asmx?WSDL');
var_dump($client->GetRecentNewsModel());
Перелопатил, все что мог не могу получить ответ. Может я чего-то не понимаю?!?!
Ответ:
Fatal error: Uncaught SoapFault exception: [soap:Server] Server was unable to process request. ---> There was an error generating the XML document. ---> The type TheLotter.RecentNews.RecentNewsViewModel was not expected. Use the XmlInclude or SoapInclude attribute to specify types that are not known statically. in ... Stack trace: #0 ...: SoapClient->__call('GetRecentNewsMo...', Array) #1 ... NewsModel() #2 {main} thrown
Подскажите куда копать?