Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.14.0

Request #11508 Generate proxy code for complex types
Submitted: 2007-07-03 09:34 UTC
From: dmichonneau Assigned:
Status: Open Package: SOAP (version 0.11.0)
PHP Version: 5.2.3 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2007-07-03 09:34 UTC] dmichonneau (David Michonneau)
Description: ------------ Currently the code generator for the proxy only generates a class with all methods for the SOAP calls. These methods typically take input parameters and return a variable. It would be very useful that the complex types used in those parameters and returned variables are also generated as classes. Similar proxy generation tools in Java or .NET can do this, but I didn't find any implementation in PHP that could generate the classes code for the complex types. It allows developers to immmediately know what to set in the request and how to read the response by looking at the generated classes.

Comments