Web service question [message #148249] |
Tue, 22 November 2005 11:25 |
Eclipse User |
|
|
|
Originally posted by: kotzerl.hotmail.com
Hi,
I wrote a java web service with eclipse web service wizard,
in my java class I have Getters and Setters methods,
For the example
public void setName(String Name) {
m_name = name;
}
public String getName(){
return m_name;
}
When i call setName method with an argument and then call the getName the
value that returns is not the value i set to the object. (I get the
default value i setted in the default constructor)
What is the problem here and what i need to do in order to set value to
the object,
thanx for the help,
Liran.
|
|
|
Powered by
FUDForum. Page generated in 0.03723 seconds