Easy to use WSDL to PHP code generator. Just enter the address of the WSDL and the application will generate the library that you will use to write your code.
In order to use. Just unzip the file in your htdocs and visit the directory. If you have index.php setup as your default it will take you to wsdl2php.php which will present you with 2 fields. Enter the URL of the wsdl and enter a name for your class.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you very much. This was a really useful package. I did some tweaking with it to increase the readability of the generated structure (added syntax coloring and indentation tabs, but no changes to the generation engine. I attached the update I did, free to use :-)
Updated files to remove split
In order to use. Just unzip the file in your htdocs and visit the directory. If you have index.php setup as your default it will take you to wsdl2php.php which will present you with 2 fields. Enter the URL of the wsdl and enter a name for your class.
Thank you very much. This was a really useful package. I did some tweaking with it to increase the readability of the generated structure (added syntax coloring and indentation tabs, but no changes to the generation engine. I attached the update I did, free to use :-)