Encrypt/Decrypt SOAP message by X.509 Certificate

K

keith

I have a web servier and a console client. I did these

1. nstalled X.509 certificates provuded by Microsoft WSE v3.0 samples.

2. created Custom Policy Assertion (copy and paste) from How to: Create a
custom Policy Assertion that Secures SOAP message at
http://msdn.microsoft.com/en-us/library/aa528788.aspx. It has classes
CustomSecurityAssertion
CustomSecurityServerInputFilter
CustomSecurityServerOuptputFilter
CustomSecurityClientInputFilter
CustomSecurityClientOutputFilter


3. created policy for both client and web service in their config and
wse3policyCache.cofig files.

4. ran the client app

ServiceWse service = new ServiceWse();
service.Set("ClientPolicy");
// it created CustomSecurityAssertion()
called override CreateClientInputFilter(..)
CreateClientOutputFilter(...)
proxy.ProcessMessage("Hello");
// it called override SecureMessage(...) in
CustomSecurityClientOutputFilter
// Then, it called override ValidateMessageSecurity(...) in
CustomSecurityClientInputFilter.
It SHOULD call the method in CustomSecurityServerInputFilter since web
service received input message.

Can you help?

Thanks

keith
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top