Files
aws/regtests/0312_wsdl_array/test.py
2025-07-11 23:11:01 +02:00

11 lines
292 B
Python

from test_support import exec_cmd, build
exec_cmd('ada2wsdl',
['-q', '-f', '-Pdata', '-o', 'srv.wsdl',
'-a', 'http://localhost:7710', 'data.ads'])
exec_cmd('wsdl2aws',
['-q', '-f', '-cb', '-main', 'server',
'-types', 'data', 'srv.wsdl'])
build('data')