In SOA, I can send a WSDL file to SOA application server that will return an XML response.
I want to create a simple Java application that can receive a WSDL file, process it, and return XML response.
Is there a free Java library or framework that I can use to achieve this?