Skip to content

Commit c7df6fe

Browse files
authored
Merge pull request #1 from VeikoAunapuu/patch-1
Update OPDM_SOAP_API.py
2 parents b3bb47b + c9c475e commit c7df6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OPDM/OPDM_SOAP_API.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def __init__(self, server, username="", password="", debug=False, verify=False):
7171
self.history = HistoryPlugin()
7272
self.API_VERSION = package_version
7373

74-
service_wsdl = '{}/cxf/OPDMSoapInterface?wsdl'.format(server)
75-
ruleset_wsdl = '{}/cxf/OPDMSoapInterface/RuleSetManagementService?wsdl'.format(server)
74+
service_wsdl = '{}/opdm/cxf/OPDMSoapInterface?wsdl'.format(server)
75+
ruleset_wsdl = '{}/opdm/cxf/OPDMSoapInterface/RuleSetManagementService?wsdl'.format(server)
7676

7777
session = Session()
7878

0 commit comments

Comments
 (0)