Package edu.suffolk.litlab.efspserver
Class XsdDownloader
java.lang.Object
edu.suffolk.litlab.efspserver.XsdDownloader
Downloaded the FilingReviewMDE wsdl, necessary for it to run faster. Slightly modified to handle
relative paths on the server. Runs like:
java -cp target/efspserver-with-deps.jar edu.suffolk.litlab.efspserver.XsdDownloader https://example.tylertech.cloud/EFM/Schema/ECF-4.0-FilingReviewMDEService.wsdl ecf"
Then move all of the ecf files into src/main/resources/wsdl/, and point the
FilingReviewMDE URL to it. Github here- Author:
- https://github.com/pablod
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XsdDownloader
-
-
Method Details
-
main
Main method, pass in the URL to find the WSDL, and the xsd prefix that everything is changed to.
-