hi, sorry to trouble u once more.
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]
