From: Martin K. <mar...@fe...> - 2008-03-15 21:30:40
|
Actually, I fell into the same pit in SOAP::WSDL some time ago. Am Samstag, den 15.03.2008, 17:29 -0400 schrieb Martin Kutter via RT: > <URL: http://rt.cpan.org/Ticket/Display.html?id=29505 > > > This is due to the way namespaces are handled in SOAP::Lite - prefixes > and namespaces are placed into a hash with namespaces as keys and > prefixes as values. When the envelope is created, the hash is reversed, > thus namespaces registered with conflicting prefixes wipe out each other. > > The required fix is to reverse namespace handling - namespaces must be > registered with their associated prefixes as keys, and the namespace > names as values. This is required for associating multiple prefixes with > the same namespace, too. > > > Martin > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Soaplite-devel mailing list > Soa...@li... > https://lists.sourceforge.net/lists/listinfo/soaplite-devel > |