Passing Class object to WS
Hi Experts,
I have a web application in which I dont want to do any database updations. I want the database updations through a web service. I have created a class for the data access in which I have provided methods whcih calls the web service methods.
Can I have such a similar class in my web service so that I can pass the object of the class to the webservice from my web application. I want the details of the methods in the webservice class whereas my class in the web application will contain only call to the webservice using the instance of the class as a parameter (i mean using "this").
Is there some way to achieve this wherein I can expose a class in the web service to my web application?
Thanks in advance
Regards
Ganesh
__________________
Regards
Ganesh
http://ganeshprof.blogspot.com
Find your solution here...
|