s any WSDL file from a web service and parses it,
converting all the WSDL operations and type to valid PHP 5 Object
Orientated code. You get fully generated PHP 5 type classes. It handles
parent and child class declarations in the WSDL. Also generates a class
stub for the operations of the service as well as the types. Very
useful when working with a SOAP Api. Forms the basis of a good OO
designed API wrapper library. |