Interface WsdlMapper

All Known Implementing Classes:
WsdlMapperImpl

public interface WsdlMapper
Maps between different versions of the Tyler WSDL Schema objects.

Usage: WsdlMapper mapper = new WsdlMapperImpl(); In the application code, we always use the schema objects from the "latest" packages. There are two conversions;

  • from the latest objects to earlier versions ( right now, only toV2022). This are usually the request types being sent to older servers that only understand the early version of the schema.
  • from the earlier versions to the latest version (toLatest). This converts the server responses to the latest version that our application code works with.
.