From c2cdbcf84489e2e1afbb312852e4b6441e49e6b5 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Mon, 10 Jun 2024 00:02:27 -0400 Subject: [PATCH] Temp Fix getStatus --- redo_wsdls.py | 11 +++++++++++ src/main/resources/wsdl/stage/ecf-1.xsd | 4 +--- src/main/resources/wsdl/stage/ecf-60.xsd | 17 ++++++++++++++++- .../illinois-ECF-4.0-CourtRecordMDEService.wsdl | 10 +++------- ...linois-ECF-4.0-FilingAssemblyMDEService.wsdl | 16 +++------------- .../illinois-EFMFirmServiceSingle.svc.wsdl | 2 +- .../illinois-EFMUserServiceSingle.svc.wsdl | 2 +- 7 files changed, 36 insertions(+), 26 deletions(-) diff --git a/redo_wsdls.py b/redo_wsdls.py index dcd5c574..122c8891 100755 --- a/redo_wsdls.py +++ b/redo_wsdls.py @@ -1,4 +1,15 @@ #!/usr/bin/env python3 + +""" +To run you must: + +* have the python dependencies installed (requests and plumbum) +* have CXF installed on the PATH env var +* have maven and Java (17) installed locally +* have the env variables defined (search for `os.getenv`) +* must have installed this project with maven (`mvn install`) + +""" import os import requests from plumbum import local, FG, BG diff --git a/src/main/resources/wsdl/stage/ecf-1.xsd b/src/main/resources/wsdl/stage/ecf-1.xsd index b5c23f7a..76041bd6 100644 --- a/src/main/resources/wsdl/stage/ecf-1.xsd +++ b/src/main/resources/wsdl/stage/ecf-1.xsd @@ -99,8 +99,6 @@ - - @@ -724,4 +722,4 @@ - + \ No newline at end of file diff --git a/src/main/resources/wsdl/stage/ecf-60.xsd b/src/main/resources/wsdl/stage/ecf-60.xsd index 0ad30466..617c7346 100644 --- a/src/main/resources/wsdl/stage/ecf-60.xsd +++ b/src/main/resources/wsdl/stage/ecf-60.xsd @@ -87,7 +87,6 @@ - @@ -95,6 +94,8 @@ + + @@ -113,6 +114,7 @@ + @@ -145,6 +147,8 @@ + + @@ -312,10 +316,21 @@ + + + + + + + + + + + diff --git a/src/main/resources/wsdl/stage/illinois-ECF-4.0-CourtRecordMDEService.wsdl b/src/main/resources/wsdl/stage/illinois-ECF-4.0-CourtRecordMDEService.wsdl index ad64a234..4c4c466f 100644 --- a/src/main/resources/wsdl/stage/illinois-ECF-4.0-CourtRecordMDEService.wsdl +++ b/src/main/resources/wsdl/stage/illinois-ECF-4.0-CourtRecordMDEService.wsdl @@ -1,8 +1,4 @@ - - - - - + - - + + \ No newline at end of file diff --git a/src/main/resources/wsdl/stage/illinois-ECF-4.0-FilingAssemblyMDEService.wsdl b/src/main/resources/wsdl/stage/illinois-ECF-4.0-FilingAssemblyMDEService.wsdl index b8155a33..67993168 100644 --- a/src/main/resources/wsdl/stage/illinois-ECF-4.0-FilingAssemblyMDEService.wsdl +++ b/src/main/resources/wsdl/stage/illinois-ECF-4.0-FilingAssemblyMDEService.wsdl @@ -1,14 +1,4 @@ - - - - - - - - + + + \ No newline at end of file diff --git a/src/main/resources/wsdl/stage/illinois-EFMFirmServiceSingle.svc.wsdl b/src/main/resources/wsdl/stage/illinois-EFMFirmServiceSingle.svc.wsdl index c813cbce..4ca9d51a 100644 --- a/src/main/resources/wsdl/stage/illinois-EFMFirmServiceSingle.svc.wsdl +++ b/src/main/resources/wsdl/stage/illinois-EFMFirmServiceSingle.svc.wsdl @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/resources/wsdl/stage/illinois-EFMUserServiceSingle.svc.wsdl b/src/main/resources/wsdl/stage/illinois-EFMUserServiceSingle.svc.wsdl index 28c44110..2eb415bc 100644 --- a/src/main/resources/wsdl/stage/illinois-EFMUserServiceSingle.svc.wsdl +++ b/src/main/resources/wsdl/stage/illinois-EFMUserServiceSingle.svc.wsdl @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file