in reply to auto generating wrapper classes for complex types defined in WSDL
SOAP::WSDL (which is a sub-class of the client portion of SOAP::Lite) does what you want.
It constructs the classes based on complexType definitions in the WSDL. It can be told to cache the created classes to the filesystem, so you can extract them and add meta-functionality yourself. If properly named classes are found in your @INC they can be used to instantiate complex return values from a service call.
Version 2 of SOAP::WSDL is shaping up to be very flexible.
-David
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: auto generating wrapper classes for complex types defined in WSDL
by cwilliams (Novice) on Oct 11, 2007 at 22:43 UTC |