Skip to content

sypianBS/SpringBootSoapService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootSoapService

A simple soap webservice for the purpose of being consumed by https://github.com/sypianBS/SoapConsuming

Code based mainly on https://github.com/bykowski/springboot-soap-example but extented with additional endpoints

example request's body - student's details:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:std="http://www.bensypianskinamespace.com">
  <soap:Body>
    <std:getStudentRequest>
      <id>1</id>
    </std:getStudentRequest>
  </soap:Body>
</soap:Envelope>

example request's body - total number of students:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:std="http://www.bensypianskinamespace.com">
  <soap:Body>
    <std:getNumberOfStudentsRequest>
    </std:getNumberOfStudentsRequest>
  </soap:Body>
</soap:Envelope>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages