From: Byrne R. <by...@ma...> - 2003-12-01 15:37:47
|
wsdl2perl is coming along (see last email)... here are some of the changes you will see in the upcoming release of SOAP::Lite 0.65: + Made SOAP::Serializer->readable actually produce readable XML! + Made XML Schema 2001 the default schema + Added support for [almost] all XML Schema 2001 built-in datatypes + Added necessary subroutinues to support wsdl2perl project + Added format_datetime to SOAP::Utils + Added register_ns subroutine to SOAP::Serializer + Added find_prefix subroutine to SOAP::Serializer + Added use_prefix subroutine to SOAP::Serializer The last three subroutines are to better support wsdl2perl - the very last subroutine (use_prefix) has the added benefit of helping .NET compatibility by allowing users to produce XML that looks like this: <foo xmlns="urn:bar" /> as opposed to this: <namesp1:foo xmlns:namesp1="urn:bar" /> ^byrne :/ |