Hello dev,

How can i config the value of wsse:keyidentifier from 

ValueType="http://docs.oasis-open.org/wss/2004/xx/oasis-2004xx-wss-soap-message-security-1.0#ThumbprintSHA1";

to 

ValueTypehttp://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1

because my work need to communicate with .Net WSE3.0 and it required 
keyidentifier as above. 

Thank you for advance
twl

/* Note my policy file shown below

<sp:SymmetricBinding>
  <wsp:Policy>
     <sp:ProtectionToken>
        <wsp:Policy>
        <sp:X509Token 
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never";>
           <wsp:Policy>
               <sp:RequireDerivedKeys/>
               <sp:RequireKeyIdentifierReference/>
               <sp:WssX509V1Token10/>
           </wsp:Policy>
        </sp:X509Token>
        </wsp:Policy>
      </sp:ProtectionToken>
      <sp:AlgorithmSuite>
         <wsp:Policy>
            <sp:Basic128Rsa15/>
         </wsp:Policy>
      </sp:AlgorithmSuite>
      <sp:Layout>
         <wsp:Policy>
            <sp:Strict/>
         </wsp:Policy>
      </sp:Layout>
      <sp:IncludeTimestamp/>
      <sp:EncryptSignature/>
      <sp:OnlySignEntireHeadersAndBody/>
   </wsp:Policy>
 </sp:SymmetricBinding>
*/

Reply via email to