Auto-Generating SOAP-Compliant JavaScript Stubs from WSDL

Question

Is there a utility that generates SOAP-compliant JavaScript stubs from a WSDL for RPC-encoded services, eliminating the need for manual SOAP envelope parsing?

Based on my experience, I found that using an auto-generation utility to create SOAP-compliant JavaScript stubs from a WSDL can really streamline the development process. I once worked on a project requiring extensive SOAP RPC interactions, and leveraging such a tool meant I was able to bypass a lot of the manual and error-prone envelope parsing. Although there were instances where the generated code needed some customization for more complex service definitions, the rough framework provided an excellent starting point that significantly reduced the setup time.