elementFormDefault always "qualified"
Status: Beta
Brought to you by:
kutterma
SOAP::WSDL's WSDL parser assumes that all Schemata have elementFormDefault="qualified" set.
Schemata with no elementFormQualified attribute (defaults to "unqualified") or the attribute set to "unqualified" are handled incorrectly: All XML elements emitted by classes generated by SOAP::WSDL are qualified by a namespace, even though they should be unqualified (have the namespace "").
As a result, unqualified elements have the wrong namespace set in SOAP messages.
Fixed in rev776
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).