Files
Pascal Obry 3b836f3fa5 Add support for WSDL attribute.
Update wsdl2aws to generate code to support WSDL attributes.

Add some regression tests.

TN eng/toolchain/aws#108
2025-12-01 22:55:51 +01:00

5 lines
120 B
Python

from test_support import *
exec_cmd('wsdl2aws', ['-q', '-debug', '-f', 'attsimcont.wsdl'])
build_and_run('attsimcont')