Scenario:
- start with an SEI that has the method: "public Boolean BooleanTest(Boolean b) throws RemoteException" (note that the method name begins with a capital letter).
- run Java2WSDL on this SEI - the "BooleanTest" operation is still capitalized.
- run WSDL2Java - the new SEI has "public Boolean booleanTest(Boolean b) throws RemoteException" - the method name is now lowercase.
The TCK expects roundtripping to preserve the method name's case. I cannot see that the spec allows us to preserve it. Either I'm misreading the spec, or the RI isn't following the spec and the TCK was coded to the RI. Can other folks browse the spec and tell me whether you think we can preserve this? If we cannot, I'll raise the issue with the TCK folks.
Russell Butek
[EMAIL PROTECTED]