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
Post a Comment