problem reading nested JAR files

2002-07-01 Thread Abhishek Agrawal
We are trying to implement different types of webservices that need different jar files ( eg. xindice webservice needs xindice.jar) I will like to pack all the jar files needed by my webservice into the my webservices jar itself. For example if i have xindice webserive that needs xindice.jar,

exception in fibonacci Example

2002-06-10 Thread Abhishek Agrawal
I am trying to run the fibonacci Example at the following link : http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 The only change i have made is that I have added a line MessageContext.getCurrentContext() in the FibonacciImpl.java fibonacciImpl.java: package fibonacci; import o

cant evaluate the static intializer

2002-06-07 Thread Abhishek Agrawal
Am sorry for posting this message again, but no one replied to it. I am having a problem evaluating following static functions in the constructor of my web service. MessageContext.getCurrentContext() I tried the althernate static function AxisEngine.getCurrentMessageContext() This also does

Problem using MessageContext.getCurrentContext() (java.lang.NoClassDefFoundError)

2002-06-07 Thread Abhishek Agrawal
I am trying publish a webservice that can be configured at deploy time. For this i add the following line to my deploy.wsdd The config.properties file has some information which i try to get in the constructor of my web service. Here is i uses the following code in the constructor of the web

Re: Newbie: WS return only -3 or null value

2002-06-06 Thread Abhishek Agrawal
On Thursday 06 June 2002 12:22, Frederic MOLINIERES wrote: You are missing some steps, look at the following link http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 Abhishek > Hi, > > I try to create an new web service under Axis (and tomcat 4.0.1, jdk > 1.4.0). > > # The code

axis webservice "connection refused" problem

2002-06-04 Thread Abhishek Agrawal
I am trying to run a webservice that run simple "xindice" queries. the web service runs properly when i hard coded the database name in the webservice itself. But when i tried to configure the webservice such that is should read the database name while its being deployed i get the following err

Re: WSDL Compile error

2002-05-31 Thread Abhishek Agrawal
Are u sure ur classpath is correct when test.java is compiled ?? On Friday 31 May 2002 11:48, Joe Harrison wrote: > After rebooting my RH7.3 Linux box today Axis will no longer compile > .jws files. > > > I even renamed a .jws file that I had compiled previously and it still > would not compile.

Re: Error with BeanSerializer

2002-05-30 Thread Abhishek Agrawal
you will have to change the set classpath.sh file in tomcat/bin directory and set the java.endorsed.dirs to point to the your "lib" in which you keep ur jar file of the service. eg: in setclasspath.sh -Djava.endorsed.dirs=: also make sure that the classpath in setclasspath.sh has everything you w

runing xindice webservice as .jws in axis + tomcat

2002-05-28 Thread Abhishek Agrawal
I am trying to run a simple xindice webservice, which i have put in the following directory: $TOMCAT_HOME/webapps/axis/Example1.jws I wrote a simple client called "ExClient.java" which makes connection to this webservie. But on running that client i get the following error Exception in thread

Problem running the axis Web service example in the User guide

2002-05-18 Thread Abhishek Agrawal
Hi Everyone, I am new to axis, hence i am having some problem running the Webservice example given in the following link. http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html I think i copied all the files properly and i have also added all the given .jar files into