You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ashutosh Somani <as...@MIT.EDU> on 2000/10/21 16:57:52 UTC

ArrayOutOfBoundsException

Hi,
I'm still trying to get the sample code running but I running into some weird exception.
I can get them to work (addressbook, calculator, and stockquote) when I run the client
code from the same machine as my server. 
However, when I try to run the client code from a different machine, it gives me
a java.lang.ArrayIndexOutOfBoundsException

This is very strange because I know that the call was made and carried out correctly (by looking
at the TCPTunnelGUI). It just seems like the client can read the server response correctly.
Anyone else run into the same problem?

Ash