{"id":19615467,"url":"https://github.com/qligier/ipf-example","last_synced_at":"2025-07-11T00:07:01.136Z","repository":{"id":44950025,"uuid":"253848470","full_name":"qligier/ipf-example","owner":"qligier","description":"IPF Example application","archived":false,"fork":false,"pushed_at":"2022-04-23T09:47:40.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T02:36:46.151Z","etag":null,"topics":["atna","camel","ihe","ihe-iti","ipf","jar","java","maven","spring-boot","war"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qligier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-07T16:18:36.000Z","updated_at":"2024-06-29T13:41:24.000Z","dependencies_parsed_at":"2022-09-11T06:20:23.289Z","dependency_job_id":null,"html_url":"https://github.com/qligier/ipf-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qligier/ipf-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fipf-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fipf-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fipf-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fipf-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qligier","download_url":"https://codeload.github.com/qligier/ipf-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qligier%2Fipf-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264696274,"owners_count":23650935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atna","camel","ihe","ihe-iti","ipf","jar","java","maven","spring-boot","war"],"created_at":"2024-11-11T10:56:53.149Z","updated_at":"2025-07-11T00:07:01.111Z","avatar_url":"https://github.com/qligier.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPF example application\n\nThis is a simple IPF example application. It does not use any Groovy code or XML configuration files for Camel, everything is done in Java\ncode and in a single YAML file for the Spring Boot configuration.\n\nIt exposes a single XDS ITI-43 endpoint that always returns the same document as an example, and an XDS ITI-41 endpoint that always reports success.\n\n## Build the WAR\n\n1. Install the dependencies: `mvn install`\n2. Build the WAR: `mvn clean package`\n3. The WAR is created in _target/ipf-example.war_ and ready to be deployed to an Apache Tomcat by example.\n\n## Run the JAR\n\n1. Install the dependencies: `mvn install`\n2. Either run it from your favorite IDE or in the CLI: `mvn clean compile \u0026\u0026 mvn exec:java -Dexec.mainClass=\"ch.qligier.ipf.IpfApplication\"`\n\nThe IDE configuration is the one of a regular Spring Boot application. In IntelliJ IDEA by example, there is a Spring Boot template in which\nyou just need to specify the main class (_ch.qligier.ipf.IpfApplication_) to have it working.\n\n## Test the ITI-43 transaction\n\nThe endpoint is accessible at the address _host:8080/services/xds/iti43_. The port and the path prefix are configured in the _application\n.yml_, the path suffix is defined in _Iti43RouteBuilder.java_.\n\nA sample ITI-43 request could look like this:\n```xml\n\u003c?xml version='1.0' encoding='UTF-8'?\u003e\n\u003csoapenv:Envelope xmlns:soapenv=\"http://www.w3.org/2003/05/soap-envelope\"\n    xmlns:wsa=\"http://www.w3.org/2005/08/addressing\"\u003e\n    \u003csoapenv:Header\u003e\n        \u003cwsa:Action\u003eurn:ihe:iti:2007:RetrieveDocumentSet\u003c/wsa:Action\u003e\n        \u003cwsa:To soapenv:mustUnderstand=\"1\"\u003ehost:8080/services/xds/iti43\u003c/wsa:To\u003e\n        \u003cwsa:MessageID soapenv:mustUnderstand=\"1\"\u003eurn:uuid:3448B7F8EA6E8B9DFC1289514997508\u003c/wsa:MessageID\u003e\n    \u003c/soapenv:Header\u003e\n    \u003csoapenv:Body\u003e\n        \u003cRetrieveDocumentSetRequest xmlns=\"urn:ihe:iti:xds-b:2007\"\n            xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n            \u003cDocumentRequest\u003e\n                \u003cRepositoryUniqueId\u003e1.19.6.24.109.42.1.5\u003c/RepositoryUniqueId\u003e\n                \u003cDocumentUniqueId\u003e1.2.820.99999.174003127040043086.1572886054.1\u003c/DocumentUniqueId\u003e\n            \u003c/DocumentRequest\u003e\n        \u003c/RetrieveDocumentSetRequest\u003e\n    \u003c/soapenv:Body\u003e\n\u003c/soapenv:Envelope\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqligier%2Fipf-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqligier%2Fipf-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqligier%2Fipf-example/lists"}