HTML Form Generation From WSDL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
muldergr
Forum Newbie
Posts: 1
Joined: Tue Nov 17, 2009 9:26 am
Location: Greece

HTML Form Generation From WSDL

Post 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


Last bumped by muldergr on Mon Nov 23, 2009 2:45 am.
Post Reply