I forgot the code.
  The code is 
  
  public class Calculator {
  public int add(int i1, int i2)
  {
        return i1 + i2; 
  }
   
  public int subtract(int i1, int i2)
  {
       return i1 - i2;
  }
  }


"H.Z" <[EMAIL PROTECTED]> wrote:    Hello,
   
  I copy Calculator.java to my webapp directory, and rename it "Calculator.jws".
  Then 
  http://localhost:8080/axis/Calculator.jws
   
  I get "No service is available at this URL".
  However I tried another example "EchoHeaders.jws" that is included in the 
installation package. It does work.
   
  Why?
   
  Thanks
    
---------------------------------
  Boardwalk for $500? In 2007? Ha! 
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.

       
---------------------------------
Catch up on fall's hot new shows on Yahoo! TV.  Watch previews, get listings, 
and more!

Reply via email to