Hi,
Given a WSDL for another web service how can I use the Spring framework to access it? In other words how to use Spring as part of a composite set of web services where the other services are not Spring frameworks? The section/examples given in the PDF documention covers communicating to a Spring Framework that is a web service but not communicating with a web service using WebLogic or WebSphere for example.
Thanks


Reply With Quote