RE: Struts and Axis! why not?

2003-02-25 Thread Zafar T Minhas
Take care, - Rabih Yazbeck, BSc. MSc. University of Sussex, GRC-EIT Brighton, England -Original Message- From: Zafar T Minhas [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 11:54 To: [EMAIL PROTECTED] Subject: RE: Struts and Axis! why not? Rabih, We are in the process of implementing

RE: Struts and Axis! why not?

2003-02-25 Thread Zafar T Minhas
Rabih, We are in the process of implementing both struts and axis here in ARAMCO. Sounds like a good idea to share information about this. Please let me know how yours go and I will let you know how mine goes as well. Best Regards, ظفر تسليم منهاس Zafar Tasleem Minhas, CASD/DAD, T-9N, C-56, 873-1

set and get methods from the browser

2003-02-03 Thread Zafar T Minhas
Hi I have made a web service, a very simple jws file. This is the code: public class HelloWorldService { private java.lang.String sGreeting = ""; public String getMessage() { return(sGreeting); } pu