https://github.com/jagedn/rest2soap
https://github.com/jagedn/rest2soap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagedn/rest2soap
- Owner: jagedn
- Created: 2023-07-01T21:15:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:15:02.000Z (over 2 years ago)
- Last Synced: 2025-01-13T04:08:07.641Z (over 1 year ago)
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Micronaut Soap2Rest
a Micronaut template to proxy Soap calls as Rest
## build
`./gradlew build`
## run
`-/gradlew run`
## test
`localhost:8080/numberToDollars/12312.12`
## Customize
Use your own WSDL
```.build.gradle
...
(line 57) def WSDL_URL = "https://www.dataaccess.com/webservicesserver/NumberConversion.wso?WSDL"
```