D
Diego F.
Hello. I hope someone can help me.
I'm developing an application with Pocket PC that must send objects to a
server and retreive them later. The server has to mantain the objects in a
table, ready for serve them back to the clients.
I thought about using web services, but they doesn't mantain the table to
various clients, as an object is created in each call to a web method. Also,
the proxy created by the web service changes the type of my objects and I
can't convert the original ones into them.
In Windows Applications the solution is using .NET Remoting but I found now
that CF does not support it :-(
It has to be a solution to that. Can you please help me???
Regards,
Diego F.
I'm developing an application with Pocket PC that must send objects to a
server and retreive them later. The server has to mantain the objects in a
table, ready for serve them back to the clients.
I thought about using web services, but they doesn't mantain the table to
various clients, as an object is created in each call to a web method. Also,
the proxy created by the web service changes the type of my objects and I
can't convert the original ones into them.
In Windows Applications the solution is using .NET Remoting but I found now
that CF does not support it :-(
It has to be a solution to that. Can you please help me???
Regards,
Diego F.