I want to create a simple SOAP web service. So far, I have only worked with existing SOAP / Rest services. And now I would like to create my own, easy to start.
For example, create a simple hello + string service where I provide a string in a request from SOAP ui or a similar tool.
I already have a Jboss server installed, what is the “easiest” way to achieve this? I understand that I need an interface, an Impl interface, and a wsdl file (possibly generated).
Does anyone have any good advice for me? thank
source
share