Skip to content

ljubo-s/spring-boot-soap-ws-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot for SOAP Web Service Application

Use Spring Boot + JPA + Hibernate + Oracle + 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
  • Oracle

Create Client Classes

Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF

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

Test

Use soapPortSoap-TestSuite.xml for Load Tests with SOAPUI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages