WSE client in pure C++

J

Johni

Hi,
How can I use WSE 3.0 from a pure C++ client ?
Is it possible ?
I want to use wse security policies.
thanks.
J.
 
A

Andrew Faust

Short answer is you can't. WSE is a .Net technology and thus requires the
clr at some level. However, you can build your c++ code with the /clr
option set which will add common langnuage runtime support so you can call
..Net code. However, while your app won't be a managed assembly it could be
argued that it's not pure c++ anymore either.

Another option is to build a COM wrapper around the functionality you need
in .Net and then have your C++ app call in to that.
 
J

Johni

Thank you Andrew.
I'm disappointed, because I really would like to avoid to impose
the .net or wse Runtime on the client side. And wse security features
sound very attractive.
Is there a way to perform Kerberos authentication (with AD) with a web
service using a pure c++ client ?
Can someone give me a link or something I can dig in ?
J.


Short answer is you can't. WSE is a .Net technology and thus requires the
clr at some level. However, you can build your c++ code with the /clr
option set which will add common langnuage runtime support so you can call
.Net code. However, while your app won't be a managed assembly it could be
argued that it's not pure c++ anymore either.

Another option is to build a COM wrapper around the functionality you need
in .Net and then have your C++ app call in to that.

--
Andrew Faust
andrew[at]andrewfaust.comhttp://www.andrewfaust.com




Hi,
How can I use WSE 3.0 from a pure C++ client ?
Is it possible ?
I want to use wse security policies.
thanks.
J.- Masquer le texte des messages précédents -

- Afficher le texte des messages précédents -
 

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

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,813
Latest member
lawrwtwinkle111

Latest Threads

Top