----- Original Message ----- From: "Zafar T Minhas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 23:56 Subject: set and get methods from the browser
Hi I have made a web service, a very simple jws file. This is the code: > private java.lang.String sGreeting = ""; > > public String getMessage() > > > public void setMessage(java.lang.String TempsGreeting) >I am using axis. What I would like to know is whether there is a way of >calling the both the setMessage and getMessage in the URL of the browser. If >so does anyone know what the format of it is? try (on axis1.1 beta) GET service.jws?method=setMessage&TempsGreeting=foo