Re: newbie question, soap.jar path

2002-05-18 Thread Wei Li
Sorry, I think the problem had been solved because I unjar soap.jar to my demo1 directory, after I deleted org/apache/soap package in my demo1 directory, the errors will be here again. But, why??? Thanks. > >>>user/demo1> javac Client.java >>>Client.java:3: package org.apache.soap does not e

Re: newbie question, soap.jar path

2002-05-18 Thread Wei Li
Hi, all, I had some errors as below, when I run my Client.java demo program. ... I had solved the problem by putting soap.jar in my demo1 directory, then added demo1/soap.jar to my path.. But, why this happened? even I put /soap-2_2/lib/soap.jar in my path and classpath, it still

newbie question: java lib problem

2002-05-18 Thread Wei Li
Hi, I am a newbie, and when I compile a java demo program, there is the error. I know it should be path or the library problem, could you help me on it? Thanks.\\ Errors user/demo1> javac Client.java Client.java:3: package org.apache.soap does not exist import org.apache.soap.*; // Boday, E

2-d Arrays as method argument and return type

2002-05-18 Thread Prasad Badkas
Hi I am trying to invoke a method which accepts 2-d arrays as input parameters and return type is also a 2-d array. I am using MS SOAP toolkit on server side and Apache SOAP on client side. I was successful to invoke methods accepting and returning 1 - dimensional arrays by using the default seri