hello friends,
I am trying to run a client program with Axis1_4. I have
set the CLASSPATH as below
CLASSPATH:
------------
.;%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery-0.2.jar;%AXIS_LIB%\commons-logging-1.0.4.jar;
%AXIS_LIB%\saaj.jar;%AXIS_LIB%\axis-ant.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\log4j-1.2.8.jar;
%AXIS_LIB%\xml-apis-1.3.03.jar;%AXIS_LIB%\xercesImpl-2.8.1.jar;%AXIS_LIB%\wsdl4j-1.5.1.jar;
%AXIS_LIB%\activation.jar
I have given jaxrpc.jar as well. but when i run the client i am getting the
following error.
ERROR CODE:
-------------
AddFunctionClient.java:2: package javax.xml.rpc does not exist
import javax.xml.rpc.Call;
^
AddFunctionClient.java:3: package javax.xml.rpc does not exist
import javax.xml.rpc.Service;
^
AddFunctionClient.java:9: cannot find symbol
symbol : class Service
location: class AddFunctionClient
Service service = new Service();
^
AddFunctionClient.java:9: cannot find symbol
symbol : class Service
location: class AddFunctionClient
Service service = new Service();
^
AddFunctionClient.java:10: cannot find symbol
symbol : class Call
location: class AddFunctionClient
Call call = (Call) service.createCall();
^
AddFunctionClient.java:10: cannot find symbol
symbol : class Call
location: class AddFunctionClient
Call call = (Call) service.createCall();
.
.
.
do i need to configure or include any other .jar file or do i need to
configure in server ?
thanQ .
Ajay
--
View this message in context:
http://www.nabble.com/package-javax.xml.rpc-does-not-exist-tp14659525p14659525.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]