Hi

I have a bean class wherein i have the details like address id, place, state and all info. In the address class, i have get,set methods for all fields but the id has only get method. Id can be set only using the constructor. The end user i.e. web service user can only access it. I have a web service which gives the user the whole address object. The web service user reads it and uses it. He can see the address it. The user sends the same address object to another of my web service wherein I need to see the id he has sent. The user sends the same object, but i am unable to view the id he has sent in my new web service. Any idea how it works? And which way i can handle that!

Thanks and regards
Pratibha.




Reply via email to