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
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
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