Is it possible to develop both SOAP and REST webservice in single application using spring boot or spring mvc. I have been looking for some example but not able to find.
For Example: myWebAddress is my application
Passing XML request through SOAPUI to my application by hitting SOAP URL(http://ww.mywebaddress.com/soap)
Passing request as parameter to same application by hitting REST URL(http://ww.mywebaddress.com/soap?parameter)
If possible, could you provide some simple example or link to any example.
Thanks in Advance!!