G
Guest
Hello everybody,
I've developed Remoting components running on a desktop (with .NET *regular* framework)
I have a couple of industrial PDAs running Win CE .NET 4.1 that need to connect and use these 'desktop' components over a WLAN (wifi LAN).
Obviously the compact framework does not support Remoting.
What should I do? can I use Webservices (via SOAP) or should I go back to DCOM??
* scenario 1:
WinCE <--- http+soap ---> Desktop .remoting object (without a webservice?
* scenario 2:
WinCE <--- dcom ---> Desktop DCOM object (converted from C#
Any hint is highly appreciated !
Sincerely,
Bertrand
I've developed Remoting components running on a desktop (with .NET *regular* framework)
I have a couple of industrial PDAs running Win CE .NET 4.1 that need to connect and use these 'desktop' components over a WLAN (wifi LAN).
Obviously the compact framework does not support Remoting.
What should I do? can I use Webservices (via SOAP) or should I go back to DCOM??
* scenario 1:
WinCE <--- http+soap ---> Desktop .remoting object (without a webservice?
* scenario 2:
WinCE <--- dcom ---> Desktop DCOM object (converted from C#
Any hint is highly appreciated !
Sincerely,
Bertrand