mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
This is not using spec/types from user's package. So the code is fully generated by wsdl2aws. Part of V531-036.
5 lines
123 B
Python
5 lines
123 B
Python
from test_support import *
|
|
|
|
exec_cmd('wsdl2aws', ['-q', '-f', '-doc', 'array_vector.wsdl'])
|
|
build_and_run('array_vector');
|