mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
Arrays inside record or as parameters to a SOAP routine were not properly supported. The generated code was incorrect and the SOAP call could fail. Add corresponding regression tests. For Q421-017 and Q421-016.
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
with "aws";
|
|
project API is
|
|
for source_dirs use ("src");
|
|
end API;
|