For document style binding a part is defiend as:
<part name="somename" element="elt"/>
And "elt" must only match element in the schema and not complexType or
simpleType.
Update some invalid WSDL in regression test.
TN eng/toolchain/aws#108
We want to use the identifier (possibly translated to avoid clash
with Ada reserved words) for the declaration and not the one
as found in the WSDL. Note that this issue was affecting only
fields being optional in a record.
Add corresponding regression test.
TN eng/toolchain/aws#106
Standard element are now fully qualified (using QName) if and only if
the corresponding schema is set with elementFormDefault = Qualified.
Standard element here are element defined with attributes name/type and
not those being a reference (using ref attribute) to some other definition.
Add corresponding regression test and update some tests to conform to
this new support.
TN eng/toolchain/aws#101
<element name="..." type="..."/>
or
<element ref="..."/>
Only the former is to be serialized differently depending on the
elementFormDefault schema attribute.
TN eng/toolchain/aws#101
Code clean-up to keep only the Containers.Vector support. The Safe_Array
is not supporting optional items and at this point it is better to
remove it altogether.
TN eng/toolchain/aws#92