From: Byrne R. <by...@ma...> - 2003-11-25 15:12:49
|
I have checked in the latest round of updates to WSDL2PERL. I am focusing on RPC style encoding and decoding for now. This round of updates also requires that the latest version of SOAP::Lite also be checked out an installed. Changes include: * new format_datetime subroutine * new use_prefix subroutine - for .NET compatibility WSDL2PERL is at a point right now where it is beginning to pass a first set of basic unit tests. What remains you ask? Simple... * figure out a way to have all the namespaces used in an envelope collected and serialized in the Envelope element. * produce a find_nsprefix subroutine which when given a URI will return the corresponding NS prefix. This will help in automatic type resolution ^byrne :/ |