Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycentralpersonregistry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Rentschler
pycentralpersonregistry
Commits
4abca3cb
Commit
4abca3cb
authored
6 years ago
by
Paul Rentschler
Browse files
Options
Downloads
Patches
Plain Diff
Updated URL for SOAP services
parent
7ecd077d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pycentralpersonregistry/client.py
+2
-1
2 additions, 1 deletion
pycentralpersonregistry/client.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
2 deletions
pycentralpersonregistry/client.py
+
2
−
1
View file @
4abca3cb
...
@@ -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
'
,
}
}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4abca3cb
from
setuptools
import
setup
from
setuptools
import
setup
version
=
'
0.3.
0
'
version
=
'
0.3.
1
'
setup
(
setup
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment