We have many methods in our tests and samples that return void, so "yes", it's possible. Sounds to me like you're having communications problems.
Russell Butek [EMAIL PROTECTED] "Mike Brown" <[EMAIL PROTECTED]> on 03/20/2002 12:07:31 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: invoke a void return type method I am trying to call a service method whose return type is void. I would eventually like to use Call.invokeOneWay but for now am fine with just using Call.invoke but it is giving me a SocketReadTimeout exception. Is this possible? Mike