4

I am trying to call a web service in a .net client. The web service requires the wsse:Security header. I've added the service reference, how do I go about adding the header? I'm doing this in c#, .net 3.5

Jeremy
  • 44,950
  • 68
  • 206
  • 332
  • Have you ever figured out how to do this? I'm working with WSE3.0 from Microsoft, but it's configuration settings are a huge mess, and I'm unable to get anything done. – Tejaswi Yerukalapudi Dec 07 '10 at 19:38
  • Nope. in our case the vendor eliminated the wss security requirement. I'd still like to know how to do it though... – Jeremy Dec 09 '10 at 05:50
  • Similar question: http://stackoverflow.com/questions/734355/clueless-about-how-to-create-soap-wssesecurity-header –  Jan 20 '11 at 15:33

1 Answers1

0

That is a ws-security header. Since you have .net 3.5, you can use WCF, so you should be able to do this in the endpoint configuration.

But what part of ws-security did you want to do? WS-Security on wikipedia

So I need some more info before I can give a better answer.

LeonG
  • 863
  • 4
  • 11