Files
aws/regtests/0350_array_vector/test.py
Pascal Obry 09054d361e Add test for Vectors support as SOAP array in record.
This is not using spec/types from user's package. So the code
is fully generated by wsdl2aws.

Part of V531-036.
2022-12-22 19:06:59 +01:00

5 lines
123 B
Python

from test_support import *
exec_cmd('wsdl2aws', ['-q', '-f', '-doc', 'array_vector.wsdl'])
build_and_run('array_vector');