Files
Pascal Obry 47ab91cda4 Fix support for array using rpc/literal encoding.
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.
2017-04-24 19:00:14 +02:00

5 lines
68 B
Plaintext

with "aws";
project API is
for source_dirs use ("src");
end API;