Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Tyler ECF 5 Java Code

This module contains java code generated by wsdl2java from the Electronic Court Filing v5 standard WSDL and XML schema files.

This module contains interfaces and implementations of some Major Design Elements (MDEs) from ECF 5:

  • Court Record MDE
  • Filing Assembly MDE, for this server to receive notifications from the court regarding filings.
  • Filing Assembly MDE for actually creating filings into cases in a court.
  • Service MDE for serving notices to other parties in your case electronically.
  • Court Scheduling MDE

All other files include the data types that are passed to the interfaces present on these MDEs.

Difference between this and generated code

  • edited javadocs to be able to be compliant (i.e. & to &, other HTML encoding issues). No substantive changes.