Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creation of a SOAP service possible in micronaut?

I want to create a SOAP service in micronaut using kotlin. I can not find information about how to do this. Annotations like @WebService are not being hosted as an endpoint.

I've successfully exposed the result to a rest endpoint.

I found information about how to implement a soap client in micronaut.

I succeeded in publishing the endpoint using endpoint.publish(..., ...), but I want to use the built-in netty-server, and perhaps built-in annotations, to prevent having to expose my services in a different class.

like image 725
Jente Sondervorst Avatar asked Dec 04 '25 16:12

Jente Sondervorst


1 Answers

I don't think you would use micronaut http client for that. Look at apache axis 2 and see how you can use that.

like image 116
Kevin Tan Avatar answered Dec 06 '25 16:12

Kevin Tan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!