S
Stacy Meir
i have tried all possible ways and have failed to pass a serializable struct.
i have three projects: server, client and common. common project contains
struct mydatapacket marked serializable. i use common project reference in
other two projects (client and server).
in client project when i create web reference to server project it imports a
new type from server project something like
server.mywebreference.mydatapacket, which is different from
common.mydatapacket. how do stop this from happening. or, am i completly off
track.
all examples i see pass basic data types and most "complex" pass data sets.
can someone explain or point me to a resource that discusses in detail
passing of compound data structures in web services (hopefully without much
soaping and more c# attributing)
thanks
i have three projects: server, client and common. common project contains
struct mydatapacket marked serializable. i use common project reference in
other two projects (client and server).
in client project when i create web reference to server project it imports a
new type from server project something like
server.mywebreference.mydatapacket, which is different from
common.mydatapacket. how do stop this from happening. or, am i completly off
track.
all examples i see pass basic data types and most "complex" pass data sets.
can someone explain or point me to a resource that discusses in detail
passing of compound data structures in web services (hopefully without much
soaping and more c# attributing)
thanks