Skip to content
Snippets Groups Projects
Commit 4abca3cb authored by Paul Rentschler's avatar Paul Rentschler
Browse files

Updated URL for SOAP services

parent 7ecd077d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ class CprClient(object): ...@@ -15,7 +15,8 @@ class CprClient(object):
} }
service_urls = { service_urls = {
'person': '/cprws-3.0/services/person-service?wsdl', # 'person': '/cprws-3.0/services/person-service?wsdl',
'person': '/cpr-soap/services/person-service?wsdl',
} }
......
from setuptools import setup from setuptools import setup
version = '0.3.0' version = '0.3.1'
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment