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 exist >>>import org.apache.soap.*; // Boday, Envelope, Fault, Header >>>^ >>>Client.java:4: package org.apache.soap.rpc does not exist >>>import org.apache.soap.rpc.*; // Call, Parameter, Response >>>^ >>>Client.java:8: cannot resolve symbol >>>symbol : class Exceptiohn >>>location: class Client >>> public static void main( String[] args ) throws Exceptiohn >>> >> >>This should be "Exception" >>!shiva >> >>> ^ >>>Client.java:13: cannot resolve symbol >>>symbol : class Call >>>location: class Client >>> Call call = new Call( >>> >>> >>> > >