When transferring a request from the main server to the hotplug one
we must use the same Content-Type. Not doing that will fail to pass
the POST (application/x-www-form-urlencoded) parameters to the
hotplug module.
Add corresponding regression test.
TN eng/toolchain/aws#110
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
This is a compound type used to record XML attributes. The first
item is called attribute_value and contains the value of the node
(named attribute). The other fields are to record the attribute's value.
Update demos and some regression tests to avoid ambiguous use
of contructor R.
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
Some tests where not passed the schema needed to properly serialize the
payload. This was working by chance as the tests were using only a standard
namespace (e.g. xsd:int).
preparatory work for eng/toolchain/aws#101