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
- Host: GitHub
- URL: https://github.com/kh77/springboot-soapws
- Owner: kh77
- Created: 2022-04-22T13:19:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T13:23:17.000Z (about 4 years ago)
- Last Synced: 2025-03-05T03:35:12.987Z (over 1 year ago)
- Topics: soap, soap-web-services, spring-boot
- Language: Java
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

#### Second Step

#### Third Step

#### Fourth Step
