ZF-3442: Define Architecture for SOAP client classes code generation
Description
Classes for SOAP clients may be constructed by IDEs at the development time. So it may help to skip WSDL parsing.
Classes for SOAP clients may be constructed by IDEs at the development time. So it may help to skip WSDL parsing.
Comments
Posted by Benjamin Eberlei (beberlei) on 2008-12-10T14:36:20.000+0000
Creating a general purpose Parser for WSDL files is a first step towards generating Client Side code from it.
Creating clients for complex WSDL files is really a good idea, since classes for object parameters could be automatically created with the correct naming and stuff, saves quite some work. Can also be integrated as Zend_Tool Provider.
Posted by Alexander Veremyev (alexander) on 2009-02-04T12:59:25.000+0000
Issue actualy depends on [ZF-5193]