Page 1 of 1

HTML Form Generation From WSDL

Posted: Mon Nov 23, 2009 2:45 am
by muldergr
I would like to parse a WSDL file and automatically get functions and types and 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?

Cheers