Welcome on <WSDL> to <?php ?>

From here, you can use the project WsdlToPhp. If you don't know this project, go to the about page

Generate your own WSDL library
By submitting your WSDL, you'll get an archive containing all the generated classes based on the WSDL content
Be careful with what you do!
As you submit your WSDL online, your WSDL will be public and visible by everybody, as the packages list of existing WSDL to php generations. Be sure to have the rights to publish it. Moreover, if your WebService needs any kind of authentication, be aware that this website doesn't use the HTTPS protocol. In addition, any personal and authentication informations aren't stored anyway.
Generate from URI
URI:
Package Name:
Email:
Generate from File Upload
File:Browse
Package Name:
Email:
Generate from Direct Input
Content:
Package Name:
Email:
User authentication for WSDL
Login:
Password:
Options that are used and applied to any chosen generation method
Option NameOption Value
Main Folder Categorization  Used to define the main categorization (hierarchical folders based on a part of the operations' name, splitted using the upper caracters) of generated classes.
Sub Folder Categorization  Same usage than the main categorization except that it's for the sub categorization, usefull if you first use the main categorization.
Method of Gathering Operations  Classes are generated to gather operations based on the operations' name. In order to gather operations based on their name, you decide how the operations must be gathered accordingly to the oprations' name. Its basically the same behaviour than for categorizing the classes by folders.
Generate Wsdl mother class  Enable or disable the generation of the WsdlClass which will be the main class from which each generated class will inherit. You should always enable this option because this class has several usefull methods and is the core model to initialize the SoapClient and even more.
Generate Autoload File  Enable or disable the generation of the autoload file. The autoload file is useless if you have an clever autoloader.
Generate Tutorial File  Enable or disable the generation of the tutorial/sample file in order to have the starting code to use the generated classes.
Send An Array As Parameter  Enable or disable the usage of one array containing all the parameters when calling the operation instead of passing as many parameters as the operations ask.
Response As A Generated Class Object  Enable or disable the instanciation of an object when getting the result in order to have a WsdlClass generated class object.
Generic Constants Naming  Enable or disable the usage of generic name for constants. The constants are generated when you have enumerations in the WSDL. If enabled, instead of having constant caring the value, cleaned, in its name, it is names with an auto-incremental number suffixing a fixed string.
Send Parameters In An Array  Is linked with the "Send An Array As Parameter" option. These options are usefull when calling Windows WebServices as SharePoint.
Inheritance Struct Name  Allow to define the name of the possible main structs from which others struct can ihnerit. By default, the inheritance is detected from the WSDL.