mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
12 lines
343 B
Python
12 lines
343 B
Python
from test_support import *
|
|
|
|
# wsdl commited to not require ada2wsdl tool
|
|
# exec_cmd('ada2wsdl',
|
|
# ['-q', '-f', '-I.', '-Pwsdl_nan_main',
|
|
# '-a', 'http://localhost:7071', 'wsdl_nan.ads', '-o', 'wsdl_nan.wsdl'])
|
|
|
|
exec_cmd('wsdl2aws',
|
|
['-q', '-f', '-cb', '-types', 'wsdl_nan', 'wsdl_nan.wsdl'])
|
|
|
|
build_and_run('wsdl_nan_main');
|