Saturday, March 24, 2012

Web Service Question

Can anyone tell me if its possible to create a custom class and pass it from
a client application through a webservice call for the server to use it for
its operations?
I'm gettin ga cannot convert from Customer to clientproject.Customer error
message and am new to all this..
thanks,
glennTo pass an object such as a class it would have to be serialised.
Take a look at this article and see if it gives you some idead.
http://www.eggheadcafe.com/articles...er_bulkload.asp
Regards
John Timney
ASP.NET MVP
Microsoft Regional Director
"glenn" <ghancock@.softeksoftware.com> wrote in message
news:euJqCS6CFHA.2540@.TK2MSFTNGP09.phx.gbl...
> Can anyone tell me if its possible to create a custom class and pass it
from
> a client application through a webservice call for the server to use it
for
> its operations?
> I'm gettin ga cannot convert from Customer to clientproject.Customer error
> message and am new to all this..
> thanks,
> glenn
>

0 comments:

Post a Comment