Y
ypul
How to use properties in webservice ?
if I want to create a webservice as my middle tier and want to create
public properties so that the presentation layer can assign values to the
property and then call insert() method in webservice. how should I do that I
web service does not allow public properties .
there is one option of passing the property values through webmethod...but
it will disturb the architecture ...
what is a standard method of doing it ....??
also give me a alternative method of using webservices as middle tier for
insert update select operations ..
Please ...
waiting for many comments
vips
if I want to create a webservice as my middle tier and want to create
public properties so that the presentation layer can assign values to the
property and then call insert() method in webservice. how should I do that I
web service does not allow public properties .
there is one option of passing the property values through webmethod...but
it will disturb the architecture ...
what is a standard method of doing it ....??
also give me a alternative method of using webservices as middle tier for
insert update select operations ..
Please ...
waiting for many comments
vips