Quoting "T.Vikranth" <[EMAIL PROTECTED]>: When you invoke the command "ant dist" in a sample directory it should create a jar file in the "./build/" directory. Copy that jar to %AXIS_DEPLOY%/WEB- INF/lib/.
--dasarath > > hi, > U told to copy *.jar files. But the thing is that the 8th step (given > below) in "How to download n build" in user manual produced the > "build" directory but with no jar files. Only class files are there in > it. > > >> 8. To build the sample applications, move to each one of the > directories in %KANDULA_HOME%/src/samples/ and use the command ant > dist > > May be u r talking (in the reply u gave) abt the following step in "How to > deploy". > > >> 3.Copy the *.jar file in the build directory of each sample > application to %AXIS_DEPLOY%/WEB-INF/lib. > > But I dont have any *.jar files. What I have done is copied the class > files from build directory of each sample application to > "...\axis\WEB-INF\classes" as mentioned in the "axis" manual titled > "Installing and deploying web applications using xml-axis". So is it > correct to do this way? > > So what to do? > > --------------------------------------------------------------------------- > > > Quoting "T.Vikranth" <>: > > > > Vikranth, > > > > Did you deploy the services? I think your server-config.wsdd may be having > > wsdd > > s for services whose jar's are not in /lib. > > > >> sorry to trouble u once more. > > > > no problem:-) > > > > thanks, > > --dasarath > > > > > >> > >> After changing "axis" to 1.4, i am able to view all the deployed > >> services but when trying to view the "wsdl" code from that page it is > >> redirecting to the following url with the below mentioned error. > >> > >> ---------------- > >> http://localhost:8080/axis/services/InteropService?wsdl > >> > >> AXIS error > >> Sorry, something seems to have gone wrong... here are the details: > >> > >> Exception - java.lang.NoClassDefFoundError > >> ---------------- > >> > >> I tried for it but unable to fix it. > >> > >> > >> > -------------------------------------------------------------------------- > >> > >> > Quoting "T.Vikranth" <>: > >> > > >> > This is likely due to you using axis 1.3 to build kandula but > >> deploying it > >> > in a > >> > 1.4 container. (Note:- you can use a 1.3 client with a 1.4 server) > >> > > >> > Please change the version of all *.jar files with groupId "axis" to > >> 1.4 > >> > from > >> > 1.3 in the project.xml file and rebuild kandula. > >> > > >> > thanks, > >> > --dasarath > >> > > >> >> hi, > >> >> grateful for the earlier reply. But one more problem > >> >> > >> >> i build sample application using ant .it produced class files. i > >> >> copied these class files into \axis\WEB-INF\classes > >> directory(instead > >> >> of "Copy the *.jar file in the build directory of each sample > >> >> application to %AXIS_DEPLOY%/WEB-INF/lib" step in How to Deploy). > >> >> > >> >> Now my problem is that Tomcat gives AXIS error like > >> >> "Exception -org.apache.axis.InternalException:java.lang.Exception: > >> >> Method 'process' does not match any of the valid signatures for > >> >> message-style service methods" when viewed the list of deployed Web > >> >> services in http://localhost:8080/axis/servlet/AxisServlet. > >> >> > >> >> > >> >> > > > > ------------------------------------------------------------------------------ ----- > This email was sent from IIT Guwahati Webmail. If you are not the intended > recipient, please contact the sender by email and delete all copies; your > cooperation in this regard is appreciated. > http://www.iitg.ernet.in > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
