Consuming Third Party web services through Spring WebServiceTemplate

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-06-18T19:10:23Z Indexed on 2010/04/01 6:13 UTC
Read the original article Hit count: 239

I'm trying to consume a Third Party web service, through a wsdl file provided. I would load the file locally from a Spring-J2EE based project underneath WEB-INF folder.

The wsdl might have more than one operation exposed. So I need a way to be able to choose the method to be called. I would also need to make use of a JaxbMarshaller.

Can anyone help with a code snippet for the same?

Thanks for the help.

© Stack Overflow or respective owner

Related posts about spring

Related posts about web-services