Skip to content

ljubo-s/spring-boot-soap-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot for SOAP Web Service Application

Use Spring Boot + JPA + Hibernate + PostgreSQL + Apache CXF in

Usage

  • Run the application and call web methods on http://localhost:8080/soapws/
  • Use SoapUI or similar, Import wsdl from src\main\resources\service\wsdl\SoapServiceWSDL.wsdl

Build and run

Configurations

Open the application.properties file and set your own configurations for the database connection.

Create database

Open db.sql file and use code for creating database.

Prerequisites

  • Java
  • Gradle
  • PostgreSQL

From Eclipse (Spring Tool Suite)

Import as Existing Gradle Project and run it as Spring Boot App.

Web server

Export to war, deploy on Tomcat server

Releases

No releases published

Packages

No packages published

Languages