Hi all! I would like to parse a WSDL file and automatically create the corresponding html form in order to call the web service. What is the best method? Should i use __getTypes and __getFunctions in order to get functions and types and then construct the form? Thank you in advance.