{"id":20471574,"url":"https://github.com/backbase/fics-api-client","last_synced_at":"2025-10-09T23:37:33.047Z","repository":{"id":88305023,"uuid":"553702280","full_name":"Backbase/fics-api-client","owner":"Backbase","description":"A backend accelerator library supporting integrations to FICS for mortgage account and mortgage transaction details.","archived":false,"fork":false,"pushed_at":"2023-04-14T18:12:14.000Z","size":300,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-02T01:24:19.369Z","etag":null,"topics":["accelerators","backend"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-18T16:19:53.000Z","updated_at":"2022-10-18T16:22:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf3eb288-efe0-44d4-82c2-dadd881e2d61","html_url":"https://github.com/Backbase/fics-api-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Backbase/fics-api-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Ffics-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Ffics-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Ffics-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Ffics-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backbase","download_url":"https://codeload.github.com/Backbase/fics-api-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Ffics-api-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002309,"owners_count":26083340,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["accelerators","backend"],"created_at":"2024-11-15T14:16:33.025Z","updated_at":"2025-10-09T23:37:33.041Z","avatar_url":"https://github.com/Backbase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fics-api-client\nThis project contains a SOAP client library that can be used to call FICS web services. WSDLs and XSDs are located in: src/main/resources\n\nThis project can be utilized in your Backbase integration services as a Maven dependency. Simply include the following maven coordinates in the dependency section of your service's pom.xml\n\n    \u003cgroupId\u003ecom.backbase.accelerators\u003c/groupId\u003e\n    \u003cartifactId\u003efics-api-client\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\n# Build this project\nFrom the root directory of this project, run:\n\nmvn clean install\n\nThis will compile the project and generate Java classes from the WSDLs and XSDs the resources folder. The generated classes can be found in: target/generated-sources/cxf\n\n### Example usage - Defining `application.yml` configuration:\n\nProperties should be defined in your Backbase integration service as follows. Please obtain actual configuration values\nfrom your customer.\n\n```yaml\nfics:\n  client:\n    baseUrl: http://fics-webservice-host/wsFICS/wsfics.asmx\n```\n\n```java\n\n@Data\n@Configuration\n@ConfigurationProperties(\"fics.client\")\npublic class FicsClientProperties {\n\n    private String baseUrl;\n}\n```\n\n### Example usage - Defining a Spring Bean in Your Integration Service:\n\nThe below example wires up the `FicsClient` as a Spring bean.\n\n```java\n\n@Configuration\npublic class FicsClientConfiguration {\n\n    @Bean\n    @SneakyThrows\n    public FicsClient ficsClient(FicsClientProperties ficsClientProperties) {\n        WsFICS wsFics = new WsFICS(new URL(ficsClientProperties.getBaseUrl())).getWsFICSSoap();\n        return new FicsClient(wsFics);\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Ffics-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackbase%2Ffics-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Ffics-api-client/lists"}