How to make Spring Client using Webservice(WSDL) with REST or POST??

Posted by Vigna Shah on Stack Overflow See other posts from Stack Overflow or by Vigna Shah
Published on 2010-04-01T06:13:04Z Indexed on 2010/06/05 18:02 UTC
Read the original article Hit count: 151

Filed under:
|

Hi!

I am doing the same thing , through a wsdl file provided at server side . and i have to access the file from server using a Spring-J2SE based project. and I am new in Spring Framework..

The wsdl might have more than one operation used and also return the value.

And which one to use as webservice SOAP or REST??

Can anyone help with a code snippet for the same?

Thanks for the help in advanced.

© Stack Overflow or respective owner

Related posts about web-services

Related posts about spring