Currently, my issue involves having a wsdl from a soap webservice. Using Apache CXF, I was able to generate a client which produces a substantial .js file. Theoretically, this file serves as a workable client for accessing the webservice from javascript and executing the services.
However, the dilemma lies in the lack of guidance on how to utilize this client effectively or which methods to invoke in order to initiate a SOAP process.
If anyone holds expertise in this area, or is knowledgeable about kickstarting the process, or even aware of any useful tools for consuming Soap based webservices via javascript, your input would be greatly appreciated!
Thank you very much.