Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
Thanx for qucik response I will reiterate the problem. I have installed the AXIS version 1.0 and ran the HappyAxisClient successfully. Just had an optional .jar file missing for XML security. Now I have put the Calcuator.java as Calculator.jws under my web application root to run as http://loca

Re: Error running Calculator.jws

2002-11-24 Thread Alex Dovlecel
i1, Integer i2){} but this also does not seem to > work and now it say types cannot be mached for Integer > Integer. I am > really surprised. > > If you can find any solution do let me know. > > BP > > > > > > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROT

Re: Error running Calculator.jws

2002-11-24 Thread dumdum 420
BP From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Error running Calculator.jws Date: Fri, 22 Nov 2002 16:47:21 -0800 Hmm, I don't get why you are getting the error. It works fine on my system. Sorry I can't be of more help. What version of Axis

Re: Error running Calculator.jws

2002-11-22 Thread David . Pool
MAIL PROTECTED]         cc:                 Subject:        Re: Error running Calculator.jws That is what I also figured out but if you look at the sample code I was wonder stuck and though that may be AXIS makes things work differntly: I am attaching the samples I have downloaded: Calulator.java/jw

Re: Error running Calculator.jws

2002-11-22 Thread dumdum 420
That is what I also figured out but if you look at the sample code I was wonder stuck and though that may be AXIS makes things work differntly: I am attaching the samples I have downloaded: Calulator.java/jws public class Calculator { public int add(int i1, int i2) { return i1 + i2; }

Re: Error running Calculator.jws

2002-11-22 Thread David . Pool
L PROTECTED]> 11/22/2002 12:53 PM Please respond to axis-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Error running Calculator.jws Hi All, Once I try to run Calculator.jws using the CalcClient.java following are the errors I am getting. Plea

Error running Calculator.jws

2002-11-22 Thread dumdum 420
Hi All, Once I try to run Calculator.jws using the CalcClient.java following are the errors I am getting. Please help me figure out I really tired of trouble shotting. AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: Tried to invoke method public int Calc