Problem: If a complexType has an element (say foo) that maps to a boolean, Axis will generate a isFoo() getter method. The TCK is expecting a getFoo() getter method. This problem is blocking a number of tests including the rpc/encoded/marshalltest.

Section 4.3 of the specification indicates that a complexType is mapped to a Java Beans class. And a Java Beans class uses "is<name>" as the getter name for boolean properties.

This test should be discarded.

Rich 'Shirley' Scheuerle
IBM WebSphere & Axis Web Services Development
512-838-5115 (IBM TL 678-5115)

Reply via email to