I am newbie to Spring Integration and I want to call a webservice using Spring Integration.

I have WSDL file & XSD files given by vendor.

I generated Java classess from xsd files using JAXB.

What are the basic steps I need to perform ..?

Any link, listing PSEUDO code ..?

What's the easiest way to call webservice ..?

I looked at forums and google, but NO LUCK.

Not able to get my webservice working through Spring Integration.