ti-ws-client is a Java library for communicating with SOAP web services in the Telematics Infrastructure (TI). Currently, the library supports the TI connector and the ePA 3.0 document system.
- Generated service and port type classes based on WSDL files
- Uses Apache CXF for web service communication
- Compatible with ePA 3.0 and the TI connector
This library is based on the open-source project gematik/epa-ps-sim and utilizes its interface definitions.
The library can be included as a Maven or Gradle dependency.
<dependency>
<groupId>com.significo.ti</groupId>
<artifactId>ti-ws-client</artifactId>
<version>1.0.0</version>
</dependency>dependencies {
implementation("com.significo.ti:ti-ws-client:1.0.0")
}This project is licensed under the Apache License 2.0.