Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » java Web service setters
java Web service setters [message #148247] Tue, 22 November 2005 16:16
Eclipse UserFriend
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.
Previous Topic:adjusting heap size for Tomcat in WTP
Next Topic:Web service question
Goto Forum:
  


Current Time: Fri Apr 26 05:27:08 GMT 2024

Powered by FUDForum. Page generated in 0.03213 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top