Skip to content

mightofcode/springboot-jaxrs-jaxws-swagger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-ui:

http://127.0.0.1:8080/swagger-ui/index.html

CXF api page

http://127.0.0.1:8080/service

REST API:

http://127.0.0.1:8080/service/api/apiRest

SOAP API WSDL:

http://127.0.0.1:8080/service/Hello?wsdl

SAOP API helloSoap: POST http://127.0.0.1:8080/service/Hello

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

SAOP API echo: POST http://127.0.0.1:8080/service/Hello

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://www.test.com">
  <soap:Body>
    <t:echo>
    <param>hello</param>
    </t:echo>
  </soap:Body>
</soap:Envelope>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages