Class XsdDownloader

java.lang.Object
edu.suffolk.litlab.efspserver.XsdDownloader

public class XsdDownloader extends Object
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 Details

    • XsdDownloader

      public XsdDownloader(String downloadPrefix)
  • Method Details

    • main

      public static void main(String[] in_args)
      Main method, pass in the URL to find the WSDL, and the xsd prefix that everything is changed to.