Problem: The TCK should use Call.invokeOneWay(...) to invoke one-way operations instead of using Call.invoke(...).
--------------------------------------------------------------------------------------------------------------- The ee/rpc/encoded/simpletest (and perhaps other tests) has a one-way operation test. Axis complains because Call.invoke(...) is used to invoke the operation without calling setReturnType(...). The TCK should be using the Call.invokeOneWay(...) method instead, since Call.invoke(...) is for request/response operations. -------- To get around this problem in Axis, I am change the code to log an error instead of throwing an exception in this case. But the TCK should be definitely be corrected. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)
