Hi,

 Can anyyou please help me  in creating a CXF standlone WebService client 
that  needs to take/include SSLContextToken in its SOAP Request to connect
to the .Net Server.
Provided below  some portion of the WSDL 

 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity";>
 <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#";>
   <X509Data>
      <X509Certificate></X509Certificate>
   </X509Data>
</KeyInfo>
</Identity>

<sp:ProtectionToken>
<wsp:Policy>
<mssp:SslContextToken
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient";
  xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy";>
 <wsp:Policy>
   <sp:RequireDerivedKeys />
            <mssp:RequireClientCertificate />
   </wsp:Policy>
</mssp:SslContextToken>
</wsp:Policy>
</sp:ProtectionToken>


Please help me I am very ne to WS Security layer..Please provide some links
where I can get some information about this

-- 
View this message in context: 
http://old.nabble.com/CXF-Standlone-Client-to-include-SSLContext-Toke-tp28420778p28420778.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to