0

I have a developed a windows service in C#. The service sends a request to a webservice and expected to receive a response. when a send the request, i receive the below response

<faultcode>wsse:InvalidSecurity</faultcode>
 <faultstring>Missing wsse:Security header in request</faultstring>

I have received the .cer file from the partner(the owners of the webservice which an invoking). How can i install this to my windows service? Alternatively how can i get the security header of the certificate then i can hardcode it to my code and send it together with my request?

4

0 回答 0