danifgxcom / rest2soap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

...
(line 57) def WSDL_URL = "https://www.dataaccess.com/webservicesserver/NumberConversion.wso?WSDL"

About


Languages

Language:Java 100.0%