An open API service indexing awesome lists of open source software.

https://github.com/kh77/springboot-soapws

Spring boot Soap web service
https://github.com/kh77/springboot-soapws

soap soap-web-services spring-boot

Last synced: 24 days ago
JSON representation

Spring boot Soap web service

Awesome Lists containing this project

README

          

## Spring Soap project

- Namespace: http://sm.com/employeesystem

- WSDL URL: http://localhost:8080/ws/employee.wsdl

- Wizdler chrome extension : Parse wsdl file and generate SOAP messages

### Login API Http METHOD : GET

Open wsdl url in the browser and select wizdler to see the operations, use authentication and provide credentials.
Without credentials it will be failed.
XSD file is present in the resources folder and it is being used to generate classes using maven jaxb plugin

username: hello
password: world

#### First Step
![My Image](image/00.PNG)

#### Second Step
![My Image](image/1a.PNG)

#### Third Step
![My Image](image/1b.PNG)

#### Fourth Step
![My Image](image/1c.PNG)