Hi,
I'm trying to pass a IO.Stream as a parameter to a Web Service but I am coming under a little difficulty. Both the calling application and the Web Service application recognize the IO.Stream object but when I try and call the WebMethod it tells me that it is expecting a WebService_Stream data type instead of an IO.Stream datatype.
I've done some research and seen suggestions to "Serialize" data objects- but the examples I have seen have all been for user defined classes on the Web Service side.
Is there an easier or better way to do this
I'm using 2.0 framework. I've noticed some references in 3.0 to a new way of doing services using the Windows Communication Foundation, would this solve my problem Is it easier to pass objects with this
Many thanks in advance.