Answer the question
In order to leave comments, you need to log in
How to get information about an organization by BIC from the CBR website (cbr.ru) via SOAP, WSDL?
How to get information about an organization by BIC from the CBR website via SOAP?
Documentation:
www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.asmx
www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.asmx?op...
What I ended up with:
$wsdl_uri = 'http://www.cbr.ru/CreditInfoWebServ/CreditOrgInfo.asmx?WSDL';
$sc = new SoapClient($wsdl_uri); // вторым аргументом пробовал и false и true
$code = $sc->BicToIntCode($bik);
print_r($code);
stdClass Object ( [BicToIntCodeResult] => -1 )
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question