B
Brian Abbott
Hi
I'm new to PPC development. I have a app that I wish to develop for PPC2002
and later devices. I started off thinking that C# was the way to go, but
doing some research has made me have some doubts. The areas of particular
concern are:
- The app will connect to a web service and pass back a data set that
includes a digitised signature, say 3k in size. AIUI, .Net CF SOAP doesn't
support attachments so I need to Base64 encode the sig and include that in
the XML payload. BUT I have read that .Net CF is very slow in Base64
encoding, to the point of being perhaps unusable?
- In the future I might want to have the PDA act as a SOAP Web Server. I
know .Net CF won't do this ATM - will it in the next version?
Any comments on the above 2 points would be appreciated.
Cheers
Brian Abbott
I'm new to PPC development. I have a app that I wish to develop for PPC2002
and later devices. I started off thinking that C# was the way to go, but
doing some research has made me have some doubts. The areas of particular
concern are:
- The app will connect to a web service and pass back a data set that
includes a digitised signature, say 3k in size. AIUI, .Net CF SOAP doesn't
support attachments so I need to Base64 encode the sig and include that in
the XML payload. BUT I have read that .Net CF is very slow in Base64
encoding, to the point of being perhaps unusable?
- In the future I might want to have the PDA act as a SOAP Web Server. I
know .Net CF won't do this ATM - will it in the next version?
Any comments on the above 2 points would be appreciated.
Cheers
Brian Abbott