Skip to content

Java library for communicating with SOAP web services in the Telematics Infrastructure (TI).

License

Notifications You must be signed in to change notification settings

SignificoHealth/ti-ws-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ti-ws-client

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.

Features

  • 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

Basis

This library is based on the open-source project gematik/epa-ps-sim and utilizes its interface definitions.

Installation

The library can be included as a Maven or Gradle dependency.

Maven

<dependency>
    <groupId>com.significo.ti</groupId>
    <artifactId>ti-ws-client</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

dependencies {
    implementation("com.significo.ti:ti-ws-client:1.0.0")
}

License

This project is licensed under the Apache License 2.0.

About

Java library for communicating with SOAP web services in the Telematics Infrastructure (TI).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published