J
Joe Abou Jaoude
Is it possible to pass custom classes or stucture as arguments to a
webservice method ?
In remoting, I was able to do so by placing the custom class in a shared
dll referenced by both the client and the server.
I tried this in the web service.I created a shared dll.
my web application has a reference to the dll, my web service has a
reference to the same dll.But I can't call the webmethod. For the
compiler they are two different classes and can't convert one type to
another.
what can I do abou it ?
Regards
webservice method ?
In remoting, I was able to do so by placing the custom class in a shared
dll referenced by both the client and the server.
I tried this in the web service.I created a shared dll.
my web application has a reference to the dll, my web service has a
reference to the same dll.But I can't call the webmethod. For the
compiler they are two different classes and can't convert one type to
another.
what can I do abou it ?
Regards