B
boxim
Is causing me some problems,
Created a web reference, the IDE has created a References.cs for the proxy
class
however, one of my methods takes a MemStream parameter - however instead of
being of type System.IO.MemStream, it's MyWebService.MemStream which then of
course is not accepted by other System.IO methods. I've tried casting, but
that doesn't work! I'm assuming this is possible else the it wouldn't have
created the proxy types.
Any ideas?
TIA
Sam Martin
Created a web reference, the IDE has created a References.cs for the proxy
class
however, one of my methods takes a MemStream parameter - however instead of
being of type System.IO.MemStream, it's MyWebService.MemStream which then of
course is not accepted by other System.IO methods. I've tried casting, but
that doesn't work! I'm assuming this is possible else the it wouldn't have
created the proxy types.
Any ideas?
TIA
Sam Martin