Valid url to SOAP nalog.ru
This commit is contained in:
parent
86426d4803
commit
4f5ce9eecb
@ -5,9 +5,9 @@ from pysimplesoap.client import SoapClient
|
|||||||
class SoapReceiver:
|
class SoapReceiver:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.client = SoapClient(
|
self.client = SoapClient(
|
||||||
location="http://search.nalog.ru/WebServices/Public/DownloadService.asmx",
|
location="http://fias.nalog.ru/WebServices/Public/DownloadService.asmx",
|
||||||
action='http://search.nalog.ru/WebServices/Public/DownloadService.asmx/',
|
action='http://fias.nalog.ru/WebServices/Public/DownloadService.asmx/',
|
||||||
namespace="http://search.nalog.ru/WebServices/Public/DownloadService.asmx",
|
namespace="http://fias.nalog.ru/WebServices/Public/DownloadService.asmx",
|
||||||
soap_ns='soap', trace=False, ns=False)
|
soap_ns='soap', trace=False, ns=False)
|
||||||
|
|
||||||
# return (intver, strver, url)
|
# return (intver, strver, url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user