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

            }

        

        public void setMessage(java.lang.String TempsGreeting)

        {

            sGreeting = 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? 

 

Best Regards,

��� ����� �����

Zafar Tasleem Minhas,

CASD/DAD, T-9N, C-56,

873-1810,

 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]

<<attachment: winmail.dat>>

Reply via email to