Valid url to SOAP nalog.ru

This commit is contained in:
Jack Stdin 2016-02-23 22:30:48 +03:00
parent 86426d4803
commit 4f5ce9eecb

View File

@ -5,9 +5,9 @@ from pysimplesoap.client import SoapClient
class SoapReceiver:
def __init__(self):
self.client = SoapClient(
location="http://search.nalog.ru/WebServices/Public/DownloadService.asmx",
action='http://search.nalog.ru/WebServices/Public/DownloadService.asmx/',
namespace="http://search.nalog.ru/WebServices/Public/DownloadService.asmx",
location="http://fias.nalog.ru/WebServices/Public/DownloadService.asmx",
action='http://fias.nalog.ru/WebServices/Public/DownloadService.asmx/',
namespace="http://fias.nalog.ru/WebServices/Public/DownloadService.asmx",
soap_ns='soap', trace=False, ns=False)
# return (intver, strver, url)