<Create SOAP Web Service with gradle, framwork Mic...
# stackoverflow
r
Create SOAP Web Service with gradle, framwork Micronaut , technology kotlin It is the first time I am building a SOAP service using Micronaut (gradle), and there is not too much info I found online. All the paths directed me to these libraries: implementation("com.sun.xml.ws:jaxws-tools:2.1.4") implementation("javax.xml.ws:jaxws-api:2.3.1") Has anyone experienced the same thing? It would be very helpful if you would lead me to some documentation and examples. Thanks