Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Web service question
Web service question [message #148249] Tue, 22 November 2005 11:25
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:java Web service setters
Next Topic:How can I use this specified tool: database exlporer and query tools?
Goto Forum:
  


Current Time: Wed Apr 23 11:58:41 EDT 2025

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

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

Back to the top