I do have those jars in the class path. Yes, it is secure conversation. Here is the actual WSDL:
<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://schema.bli.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="AssessmentDataService" targetNamespace="http://schema.bli.org/"> <wsdl:types> <xsd:schema elementFormDefault="qualified" targetNamespace="http://schema.bli.org/"> <xsd:element name="GetSourceSchema"> <xsd:complexType> <xsd:sequence/> </xsd:complexType> </xsd:element> <xsd:element name="GetSourceSchemaResponse"> <xsd:complexType> <xsd:sequence> <xsd:element xmlns:q1="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" minOccurs="0" name="GetSourceSchemaResult" nillable="true" type="q1:ArrayOfSourceSchema"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="GetData"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="0" name="source" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="GetDataResponse"> <xsd:complexType> <xsd:sequence> <xsd:element xmlns:q2="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" minOccurs="0" name="GetDataResult" nillable="true" type="q2:DataResult"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="GetDataRange"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="0" name="source" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="start" type="xsd:dateTime"/> <xsd:element minOccurs="0" name="end" type="xsd:dateTime"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="GetDataRangeResponse"> <xsd:complexType> <xsd:sequence> <xsd:element xmlns:q3="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" minOccurs="0" name="GetDataRangeResult" nillable="true" type="q3:DataResult"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Login"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="0" name="username" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="service" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="password" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="LoginResponse"> <xsd:complexType> <xsd:sequence> <xsd:element xmlns:q4="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" minOccurs="0" name="LoginResult" nillable="true" type="q4:Result"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Logout"> <xsd:complexType> <xsd:sequence/> </xsd:complexType> </xsd:element> <xsd:element name="LogoutResponse"> <xsd:complexType> <xsd:sequence> <xsd:element xmlns:q5="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" minOccurs="0" name="LogoutResult" nillable="true" type="q5:Result"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/"> <xs:element name="anyType" nillable="true" type="xs:anyType"/> <xs:element name="anyURI" nillable="true" type="xs:anyURI"/> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/> <xs:element name="boolean" nillable="true" type="xs:boolean"/> <xs:element name="byte" nillable="true" type="xs:byte"/> <xs:element name="dateTime" nillable="true" type="xs:dateTime"/> <xs:element name="decimal" nillable="true" type="xs:decimal"/> <xs:element name="double" nillable="true" type="xs:double"/> <xs:element name="float" nillable="true" type="xs:float"/> <xs:element name="int" nillable="true" type="xs:int"/> <xs:element name="long" nillable="true" type="xs:long"/> <xs:element name="QName" nillable="true" type="xs:QName"/> <xs:element name="short" nillable="true" type="xs:short"/> <xs:element name="string" nillable="true" type="xs:string"/> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/> <xs:element name="char" nillable="true" type="tns:char"/> <xs:simpleType name="char"> <xs:restriction base="xs:int"/> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration"/> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/> <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/> <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid"/> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName"/> <xs:attribute name="Id" type="xs:ID"/> <xs:attribute name="Ref" type="xs:IDREF"/> </xs:schema> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel"> <xsd:complexType name="StudentProgress"> <xsd:sequence> <xsd:element minOccurs="1" name="student_id" nillable="false" type="xsd:string"/> <xsd:element minOccurs="1" name="namespace" nillable="false" type="xsd:string"/> <xsd:element minOccurs="0" name="scd" nillable="false" type="xsd:string"/> <xsd:element minOccurs="0" name="num_encountered_objectives" type="xsd:int"/> <xsd:element minOccurs="0" name="content_progress" type="xsd:int"/> <xsd:element minOccurs="0" name="content_mastery" type="xsd:int"/> <xsd:element minOccurs="0" name="num_lab_logins" type="xsd:int"/> <xsd:element minOccurs="0" name="num_homework_logins" type="xsd:int"/> <xsd:element minOccurs="0" name="last_login_date" type="xsd:dateTime"/> <xsd:element minOccurs="0" name="max_progress" type="xsd:int"/> <xsd:element minOccurs="0" name="max_mastery" type="xsd:int"/> <xsd:element minOccurs="0" name="fluency_progress" type="xsd:int"/> <xsd:element minOccurs="0" name="fluency_mastery" type="xsd:int"/> <xsd:element minOccurs="0" name="fluency_time_spent" type="xsd:int"/> <xsd:element minOccurs="0" name="cur_hurdle_num_tries" type="xsd:int"/> <xsd:element minOccurs="0" name="fluency_path" type="xs:string"/> <xsd:element minOccurs="0" name="cur_obj_path" type="xs:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="StudentProgress" nillable="true" type="tns:StudentProgress"/> </xs:schema> <xsd:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/BLI.AssessmentData.DataModel.Public"> <xsd:complexType name="ArrayOfSourceSchema"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="SourceSchema" nillable="true" type="tns:SourceSchema"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ArrayOfSourceSchema" nillable="true" type="tns:ArrayOfSourceSchema"/> <xsd:complexType name="SourceSchema"> <xsd:sequence> <xsd:element minOccurs="0" name="Data" nillable="true" type="tns:ArrayOfColumnSchema"/> <xsd:element minOccurs="0" name="DateColumn" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Description" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Name" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Namespace" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="SourceSchema" nillable="true" type="tns:SourceSchema"/> <xsd:complexType name="ArrayOfColumnSchema"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="ColumnSchema" nillable="true" type="tns:ColumnSchema"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ArrayOfColumnSchema" nillable="true" type="tns:ArrayOfColumnSchema"/> <xsd:complexType name="ColumnSchema"> <xsd:sequence> <xsd:element minOccurs="0" name="Description" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="IsKey" type="xsd:boolean"/> <xsd:element minOccurs="0" name="IsReference" type="xsd:boolean"/> <xsd:element minOccurs="0" name="Name" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Type" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ColumnSchema" nillable="true" type="tns:ColumnSchema"/> <xsd:complexType name="DataResult"> <xsd:sequence> <xsd:element xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Data" nillable="true" type="q6:ArrayOfanyType"/> <xsd:element minOccurs="0" name="EndDate" type="xsd:dateTime"/> <xsd:element minOccurs="0" name="ErrorCode" type="xsd:int"/> <xsd:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Errors" nillable="true" type="q7:ArrayOfstring"/> <xsd:element minOccurs="0" name="Source" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="StartDate" type="xsd:dateTime"/> <xsd:element minOccurs="0" name="Succeeded" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:element name="DataResult" nillable="true" type="tns:DataResult"/> <xsd:complexType name="Result"> <xsd:sequence> <xsd:element minOccurs="0" name="ErrorCode" type="xsd:int"/> <xsd:element xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Errors" nillable="true" type="q8:ArrayOfstring"/> <xsd:element minOccurs="0" name="Metadata" nillable="true" type="tns:ArrayOfAttribute"/> <xsd:element minOccurs="0" name="Operation" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Succeeded" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:element name="Result" nillable="true" type="tns:Result"/> <xsd:complexType name="ArrayOfAttribute"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="Attribute" nillable="true" type="tns:Attribute"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ArrayOfAttribute" nillable="true" type="tns:ArrayOfAttribute"/> <xsd:complexType name="Attribute"> <xsd:sequence> <xsd:element minOccurs="0" name="Name" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Namespace" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" name="Value" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="Attribute" nillable="true" type="tns:Attribute"/> </xsd:schema> <xsd:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <xsd:complexType name="ArrayOfanyType"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xsd:anyType"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType"/> <xsd:complexType name="ArrayOfstring"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/> </xsd:schema> </wsdl:types> <wsdl:message name="IAssessmentDataService_GetSourceSchema_InputMessage"> <wsdl:part name="parameters" element="tns:GetSourceSchema"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_GetSourceSchema_OutputMessage"> <wsdl:part name="parameters" element="tns:GetSourceSchemaResponse"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_GetData_InputMessage"> <wsdl:part name="parameters" element="tns:GetData"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_GetData_OutputMessage"> <wsdl:part name="parameters" element="tns:GetDataResponse"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_GetDataRange_InputMessage"> <wsdl:part name="parameters" element="tns:GetDataRange"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_GetDataRange_OutputMessage"> <wsdl:part name="parameters" element="tns:GetDataRangeResponse"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_Login_InputMessage"> <wsdl:part name="parameters" element="tns:Login"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_Login_OutputMessage"> <wsdl:part name="parameters" element="tns:LoginResponse"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_Logout_InputMessage"> <wsdl:part name="parameters" element="tns:Logout"/> </wsdl:message> <wsdl:message name="IAssessmentDataService_Logout_OutputMessage"> <wsdl:part name="parameters" element="tns:LogoutResponse"/> </wsdl:message> <wsdl:portType name="IAssessmentDataService"> <wsdl:operation name="GetSourceSchema"> <wsdl:input wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetSourceSchema" message="tns:IAssessmentDataService_GetSourceSchema_InputMessage"/> <wsdl:output wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetSourceSchemaResponse" message="tns:IAssessmentDataService_GetSourceSchema_OutputMessage"/> </wsdl:operation> <wsdl:operation name="GetData"> <wsdl:input wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetData" message="tns:IAssessmentDataService_GetData_InputMessage"/> <wsdl:output wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetDataResponse" message="tns:IAssessmentDataService_GetData_OutputMessage"/> </wsdl:operation> <wsdl:operation name="GetDataRange"> <wsdl:input wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetDataRange" message="tns:IAssessmentDataService_GetDataRange_InputMessage"/> <wsdl:output wsaw:Action="http://schema.bli.org/IAssessmentDataService/GetDataRangeResponse" message="tns:IAssessmentDataService_GetDataRange_OutputMessage"/> </wsdl:operation> <wsdl:operation name="Login"> <wsdl:input wsaw:Action="http://schema.bli.org/IAssessmentDataService/Login" message="tns:IAssessmentDataService_Login_InputMessage"/> <wsdl:output wsaw:Action="http://schema.bli.org/IAssessmentDataService/LoginResponse" message="tns:IAssessmentDataService_Login_OutputMessage"/> </wsdl:operation> <wsdl:operation name="Logout"> <wsdl:input wsaw:Action="http://schema.bli.org/IAssessmentDataService/Logout" message="tns:IAssessmentDataService_Logout_InputMessage"/> <wsdl:output wsaw:Action="http://schema.bli.org/IAssessmentDataService/LogoutResponse" message="tns:IAssessmentDataService_Logout_OutputMessage"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="WSHttpBinding_IAssessmentDataService" type="tns:IAssessmentDataService"> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_policy"/> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="GetSourceSchema"> <soap12:operation soapAction="http://schema.bli.org/IAssessmentDataService/GetSourceSchema" style="document"/> <wsdl:input> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetSourceSchema_Input_policy"/> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetSourceSchema_output_policy"/> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetData"> <soap12:operation soapAction="http://schema.bli.org/IAssessmentDataService/GetData" style="document"/> <wsdl:input> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetData_Input_policy"/> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetData_output_policy"/> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="GetDataRange"> <soap12:operation soapAction="http://schema.bli.org/IAssessmentDataService/GetDataRange" style="document"/> <wsdl:input> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetDataRange_Input_policy"/> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_GetDataRange_output_policy"/> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="Login"> <soap12:operation soapAction="http://schema.bli.org/IAssessmentDataService/Login" style="document"/> <wsdl:input> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_Login_Input_policy"/> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_Login_output_policy"/> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="Logout"> <soap12:operation soapAction="http://schema.bli.org/IAssessmentDataService/Logout" style="document"/> <wsdl:input> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_Logout_Input_policy"/> <soap12:body use="literal"/> </wsdl:input> <wsdl:output> <wsp:PolicyReference URI="#WSHttpBinding_IAssessmentDataService_Logout_output_policy"/> <soap12:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="AssessmentDataService"> <wsdl:port name="WSHttpBinding_IAssessmentDataService" binding="tns:WSHttpBinding_IAssessmentDataService"> <soap12:address location="http://localhost:8080/services/AssessmentDataService"/> <wsa10:EndpointReference> <wsa10:Address>http://localhost:8080/services/AssessmentDataService</wsa10:Address> <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <X509Data> <X509Certificate> MIIC5DCCAcygAwIBAgIQbDQulAkeX7ROQqIwV6TAHDANBgkqhkiG9w0BAQUFADAWMRQwEgYDVQQDEwtTVFNUZXN0Q2VydDAeFw0xMTAzMzAxNTA4NDJaFw0xMjAzMjkyMTA4NDJaMBYxFDASBgNVBAMTC1NUU1Rlc3RDZXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu56LAvEEYI7mI85ufyLS8MjuU5uPlgH9FUtE/YxPNIwsRe8+GZcXWHefuU0MV6m06K4GMeUq2i4E0ciKTsqnQhs0eqHt3WgH8uaF7DAz6sxzLpbUYWG7sGq0v3oanYv0S3+cfWyERvwYpdTmzqRRTNLRv371FIycc13LF67ZvpXZKEl0rkSfL8p6O6KHPQz5CduP3N+/3pjTsKsl/iNjM8K3Vi1MCb5lWeCBBig7yT9ICwWCkkDJpGJsksCanw8uM4eoRP3aY41EtPnA8Gvt5qVTMnn2JJGgxklegVUmsYtbBiziJCNWIa9loTEg5MbrzhQ5WSptV4HTviCSFqAPgwIDAQABoy4wLDALBgNVHQ8EBAMCBPAwHQYDVR0OBBYEFCAC194orTY0yHGxY/O+5fm+GHtjMA0GCSqGSIb3DQEBBQUAA4IBAQC4fo83cVW+Q8kNhn9bWSh9hOynuv1mTNPtgAxS37fifziexnK+LYe4uQNzAuGlgusxwQS1izSP5S3dRyOjzqrT+H4ZBeWwX9rTkmlyOtnGQIwyA5jwDeRqcPMgU9XJf5NwA2W88lJDTijRNIG6RCBQcusflqc4/DvYZmRlRX8XGjgOwf4Zw4pATMfA67CG/NDJXPbTHqTbJihdWjJXQODjocU1KabAXlIxPkwJFh8cf1dRDvYN3xVOmjgHpQ82G6RA4TXdTJKcU0yO8PHsVrOGmjYjDbVgThHRdzLvpBZG6ZD0O/i8C2gavoguIgRBnBCT4b4DEDLfVnebApzIFn Vl </X509Certificate> </X509Data> </KeyInfo> </Identity> </wsa10:EndpointReference> </wsdl:port> </wsdl:service> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SymmetricBinding xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <wsp:Policy> <sp:ProtectionToken> <wsp:Policy> <sp:SecureConversationToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient"> <wsp:Policy> <sp:RequireDerivedKeys/> <sp:BootstrapPolicy> <wsp:Policy> <sp:SignedParts> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts> <sp:Body/> </sp:EncryptedParts> <sp:SymmetricBinding> <wsp:Policy> <sp:ProtectionToken> <wsp:Policy> <mssp:SslContextToken xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy" sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient"> <wsp:Policy> <sp:RequireDerivedKeys/> <sp:MustNotSendCancel/> <sp:MustNotSendAmend/> <sp:MustNotSendRenew/> </wsp:Policy> </mssp:SslContextToken> </wsp:Policy> </sp:ProtectionToken> <sp:AlgorithmSuite> <wsp:Policy> <sp:Basic256/> </wsp:Policy> </sp:AlgorithmSuite> <sp:Layout> <wsp:Policy> <sp:Strict/> </wsp:Policy> </sp:Layout> <sp:IncludeTimestamp/> <sp:EncryptSignature/> <sp:OnlySignEntireHeadersAndBody/> </wsp:Policy> </sp:SymmetricBinding> <sp:EndorsingSupportingTokens> <wsp:Policy> <sp:IssuedToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient"> <Issuer xmlns="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <Address xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</Address> <Metadata xmlns="http://www.w3.org/2005/08/addressing"> <Metadata xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <wsx:MetadataSection xmlns=""> <wsx:MetadataReference> <Address xmlns="http://www.w3.org/2005/08/addressing">http://localhost:56636/Hybrid.STS/mex</Address> </wsx:MetadataReference> </wsx:MetadataSection> </Metadata> </Metadata> </Issuer> <sp:RequestSecurityTokenTemplate> <trust:KeyType xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512"> http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey </trust:KeyType> <trust:KeySize xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">256</trust:KeySize> <trust:Claims xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512" Dialect="http://schemas.xmlsoap.org/ws/2005/05/identity"> <wsid:ClaimType xmlns:wsid="http://schemas.xmlsoap.org/ws/2005/05/identity" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" Optional="true"/> <wsid:ClaimType xmlns:wsid="http://schemas.xmlsoap.org/ws/2005/05/identity" Uri="http://schemas.microsoft.com/ws/2008/06/identity/claims/role" Optional="true"/> </trust:Claims> <trust:KeyWrapAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p</trust:KeyWrapAlgorithm> <trust:EncryptWith xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#aes256-cbc</trust:EncryptWith> <trust:SignWith xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2000/09/xmldsig#hmac-sha1</trust:SignWith> <trust:CanonicalizationAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/10/xml-exc-c14n#</trust:CanonicalizationAlgorithm> <trust:EncryptionAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#aes256-cbc</trust:EncryptionAlgorithm> </sp:RequestSecurityTokenTemplate> <wsp:Policy> <sp:RequireDerivedKeys/> <sp:RequireInternalReference/> </wsp:Policy> </sp:IssuedToken> </wsp:Policy> </sp:EndorsingSupportingTokens> <sp:Wss11> <wsp:Policy> <sp:RequireSignatureConfirmation/> </wsp:Policy> </sp:Wss11> <sp:Trust13> <wsp:Policy> <sp:MustSupportIssuedTokens/> <sp:RequireClientEntropy/> <sp:RequireServerEntropy/> </wsp:Policy> </sp:Trust13> </wsp:Policy> </sp:BootstrapPolicy> <sp:MustNotSendAmend/> </wsp:Policy> </sp:SecureConversationToken> </wsp:Policy> </sp:ProtectionToken> <sp:AlgorithmSuite> <wsp:Policy> <sp:Basic256/> </wsp:Policy> </sp:AlgorithmSuite> <sp:Layout> <wsp:Policy> <sp:Strict/> </wsp:Policy> </sp:Layout> <sp:IncludeTimestamp/> <sp:EncryptSignature/> <sp:OnlySignEntireHeadersAndBody/> </wsp:Policy> </sp:SymmetricBinding> <sp:Wss11 xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <wsp:Policy/> </sp:Wss11> <sp:Trust13 xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <wsp:Policy> <sp:MustSupportIssuedTokens/> <sp:RequireClientEntropy/> <sp:RequireServerEntropy/> </wsp:Policy> </sp:Trust13> <wsaw:UsingAddressing/> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetSourceSchema_Input_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetSourceSchema_output_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetData_Input_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetData_output_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetDataRange_Input_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_GetDataRange_output_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_Login_Input_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_Login_output_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_Logout_Input_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> <wsp:Policy wsu:Id="WSHttpBinding_IAssessmentDataService_Logout_output_policy"> <wsp:ExactlyOne> <wsp:All> <sp:SignedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> <sp:Header Name="To" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="From" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="FaultTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="ReplyTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="MessageID" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="RelatesTo" Namespace="http://www.w3.org/2005/08/addressing"/> <sp:Header Name="Action" Namespace="http://www.w3.org/2005/08/addressing"/> </sp:SignedParts> <sp:EncryptedParts xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> <sp:Body/> </sp:EncryptedParts> </wsp:All> </wsp:ExactlyOne> </wsp:Policy> </wsdl:definitions> -- View this message in context: http://cxf.547215.n5.nabble.com/Re-General-security-error-Provided-SAML-token-does-not-contain-a-suitable-key-tp4990489p5120341.html Sent from the cxf-dev mailing list archive at Nabble.com.
