Spring RESTful web service - How to get WSDL out of it? -


i have simple controller class required annotations @requestmapping expose rest services.

it works fine. input , output model have been annotated @xmlrootelement , @xmlelement. configuration, how wsdl generated?

wsdl more of soap concept. in spring world, implemented using spring web services framework. rest services in spring built using spring mvc.

these 2 separate frameworks.

to wsdl in spring, should using spring web services project.

it has support pox (plain old xml) if need that.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -