Quoting "T.Vikranth" <[EMAIL PROTECTED]>: 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. > > > > i am using axis 1.4,Tomcat 5.5.9. > > http://localhost:8080/axis/servlet/AxisServlet > o/p:- > > And now... Some Services > InteropService (wsdl) > commit > rollback > phase2Rollback > readonly > volatileAndDurable > earlyReadonly > earlyAborted > replayAbort > replayCommit > retryPreparedCommit > retryPreparedAbort > retryCommit > retryReplay > preparedAfterTimeout > lostCommitted > participantClosed > participantCompensated > participantCanceled > participantExit > participantFault > participantCompensationFault > completionCommit > completionRollback > invalidProtocol > TestSuite1 (wsdl) > testReadonlyCommit > testReadonlyRollback > testRollback > testPrepareCommit > testPrepareRollback > testEarlyCommit > testEarlyRollback > testMarkedRollbackCommit > testMarkedRollbackRollback > testCommitFailure > testRollbackFailure > justReturnOperation > enlistXA_OKOnPrepareResourceOperation > enlistXAExceptionOnPrepareResourceOperation > markTransactionForRollbackOperation > commitTransactionOperation > rollbackTransactionOperation > enlistXAExceptionOnCommitRollbackResourceOperation > > faultDispatcher (wsdl) > > AXIS error > Sorry, something seems to have gone wrong... here are the details: > > Exception - org.apache.axis.InternalException:java.lang.Exception: > Method 'process' does not match any of the valid signatures for > message-style service methods > > > > ------------------------------------------------------------------------------ ----- > 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]
