I
Ital1
Hello all
I have coded a C# client that runs on .Net Compact Framework 1 SP3
The C# code runs perfectly on a basic desktop .Net Framework 1.x : The
webservice's methods reply to my Windows CE.Net 4.1 client without
matter...
The same C# code runs on a WinCE.Net *emulator* but I have a
"SoapException" error, but nothing else are in the members of the
SoapException class... There's just the
SoapException.Message="SoapException".
On a real WinCE.Net device, this code runs perfectly, and the responses
from server are well got by the real device.
To see if the responses from the server are well got by the emulator, I
have installed Ethereal on the PC that runs the WinCE.Net 4.1 emulator
(+ VS.NET 2003 PRO)... And... I see that the server replies well to my
emulator... Well, to the desktop PC that runs the emulator. But these
replies seem not to be forwarded to the emulator... Or if they are well
forwarded to the emulator, so this latter cannot parse the response...
Questions :
Why do the replies from server arrive to the PC running the emulator,
but these are not recognized by (or not forwarded to) emulator ?
Is this a bug (Probably it is) and is there a workaround for us to keep
working on the windows ce.net 4.1 emulator (our real devices are .net
cf 4.1) ?
Thank you very much for you help.
I have coded a C# client that runs on .Net Compact Framework 1 SP3
The C# code runs perfectly on a basic desktop .Net Framework 1.x : The
webservice's methods reply to my Windows CE.Net 4.1 client without
matter...
The same C# code runs on a WinCE.Net *emulator* but I have a
"SoapException" error, but nothing else are in the members of the
SoapException class... There's just the
SoapException.Message="SoapException".
On a real WinCE.Net device, this code runs perfectly, and the responses
from server are well got by the real device.
To see if the responses from the server are well got by the emulator, I
have installed Ethereal on the PC that runs the WinCE.Net 4.1 emulator
(+ VS.NET 2003 PRO)... And... I see that the server replies well to my
emulator... Well, to the desktop PC that runs the emulator. But these
replies seem not to be forwarded to the emulator... Or if they are well
forwarded to the emulator, so this latter cannot parse the response...
Questions :
Why do the replies from server arrive to the PC running the emulator,
but these are not recognized by (or not forwarded to) emulator ?
Is this a bug (Probably it is) and is there a workaround for us to keep
working on the windows ce.net 4.1 emulator (our real devices are .net
cf 4.1) ?
Thank you very much for you help.