Use of WSE 3.0 on compact framework device

N

n33470

Hi all,

We are in the planning/prototype stages on a PocketPC/SmartPhone app
that will be built around calling WSE 3.0 enabled webservices.

Is anyone working with WSE 3.0 web service calls from the compact
framework? Any pitfalls, or known issues with doing this?

We plan to use the WSE 3.0 security assertion UsernameForCertificate.
We'll need to install the server's x.509 certificate on the handheld
device. How do you do this?

Any advice, or pointers on where to get started would be appreciated.

--steve
 
N

n33470

Does WSE 3.0 support the compact framework?

I have a PocketPC app in VS2005, targetting Windows Mobile 5. I enable
WSE 3.0 for the PocketPC project and create a web reference to my WSE
3-enabled webservice. I get a compile error on the generated proxy
class:

private System.Threading.SendOrPostCallback
HelloWorldOperationCompleted;

The SendOrPostCallback class does not exist in the System.Threading
namespace of the CF version of the System.dll.

This makes we think that WSE 3 is not supported on the CF.

Can any confirm/deny this?
Is anyone working with WSE 3 webservices on a CF device?

--steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top