Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/WSSecureConversation_policy.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/WSSecureConversation_policy.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/WSSecureConversation_policy.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd?rev=782089&view=auto
==============================================================================
--- cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd
(added)
+++ cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd Fri
Jun 5 18:21:57 2009
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:tns="http://xmlsoap.org/Ping" elementFormDefault="qualified"
+ targetNamespace="http://xmlsoap.org/Ping">
+ <xs:element name="Ping" type="tns:ping" />
+ <xs:complexType name="ping">
+ <xs:sequence>
+ <xs:element minOccurs="1" maxOccurs="1" name="scenario"
+ nillable="true" type="xs:string" />
+ <xs:element minOccurs="1" maxOccurs="1" name="origin"
+ nillable="true" type="xs:string" />
+ <xs:element minOccurs="1" maxOccurs="1" name="text"
+ nillable="true" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="PingResponse" type="tns:PingResponseBody" />
+ <xs:complexType name="PingResponseBody">
+ <xs:sequence>
+ <xs:element minOccurs="1" maxOccurs="1" name="scenario"
+ nillable="true" type="xs:string" />
+ <xs:element minOccurs="1" maxOccurs="1" name="origin"
+ nillable="true" type="xs:string" />
+ <xs:element minOccurs="1" maxOccurs="1" name="text"
+ nillable="true" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>
\ No newline at end of file
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssc/XMLSoapPing.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl?rev=782089&view=auto
==============================================================================
---
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
(added)
+++
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
Fri Jun 5 18:21:57 2009
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<wsdl:definitions
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
+ xmlns:tns="http://WSSec/wssec10"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wssec10test="http://apache.cxf.org/"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ name="PingService"
+ targetNamespace="http://WSSec/wssec10">
+ <wsdl:import location="WsSecurity10_policy.wsdl"
namespace="http://apache.cxf.org/"/>
+ <wsdl:types>
+ <xsd:schema targetNamespace="http://WSSec/wssec10">
+ <xsd:element name="echo">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="request" nillable="true" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="echoResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="echoResult" nillable="true" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ </wsdl:types>
+
+ <wsdl:message name="IPingService_echo_InputMessage">
+ <wsdl:part name="parameters" element="tns:echo"/>
+ </wsdl:message>
+ <wsdl:message name="IPingService_echo_OutputMessage">
+ <wsdl:part name="parameters" element="tns:echoResponse"/>
+ </wsdl:message>
+
+ <wsdl:portType name="IPingService">
+
+ <wsdl:operation name="echo">
+ <wsdl:input wsaw:Action="http://WSSec/wssec10/echo"
message="tns:IPingService_echo_InputMessage"/>
+ <wsdl:output wsaw:Action="http://WSSec/wssec10/echo"
message="tns:IPingService_echo_OutputMessage"/>
+ </wsdl:operation>
+
+ </wsdl:portType>
+ <wsdl:service name="PingService">
+ <wsdl:port name="UserNameOverTransport_IPingService"
binding="wssec10test:UserNameOverTransport_IPingService">
+ <soap:address
location="https://localhost:9001/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/UserNameOverTransport"/>
+ </wsdl:port>
+ <wsdl:port name="MutualCertificate10SignEncrypt_IPingService"
binding="wssec10test:MutualCertificate10SignEncrypt_IPingService">
+ <soap:address
location="http://localhost:9002/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/MutualCertificate10SignEncrypt"/>
+ </wsdl:port>
+ <wsdl:port
name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService"
binding="wssec10test:MutualCertificate10SignEncryptRsa15TripleDes_IPingService">
+ <soap:address
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/MutualCertificate10SignEncryptRsa15TripleDes"/>
+ </wsdl:port>
+
+ </wsdl:service>
+</wsdl:definitions>
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl?rev=782089&view=auto
==============================================================================
---
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
(added)
+++
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
Fri Jun 5 18:21:57 2009
@@ -0,0 +1,325 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<wsdl:definitions
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
+ xmlns:tns="http://apache.cxf.org/"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wssec10test="http://WSSec/wssec10"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ targetNamespace="http://apache.cxf.org/">
+ <wsp:Policy wsu:Id="UserNameOverTransport_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:TransportBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:TransportToken>
+ <wsp:Policy>
+ <sp:HttpsToken
RequireClientCertificate="false"/>
+ </wsp:Policy>
+ </sp:TransportToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+ <sp:Basic256/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ </wsp:Policy>
+ </sp:TransportBinding>
+ <sp:SignedSupportingTokens
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:UsernameToken
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+ <wsp:Policy>
+
<sp:WssUsernameToken10/>
+ </wsp:Policy>
+ </sp:UsernameToken>
+ </wsp:Policy>
+ </sp:SignedSupportingTokens>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id="MutualCertificate10SignEncrypt_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:AsymmetricBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:InitiatorToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:InitiatorToken>
+ <sp:RecipientToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:RecipientToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+ <sp:Basic256/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ <sp:EncryptSignature/>
+
<sp:OnlySignEntireHeadersAndBody/>
+ </wsp:Policy>
+ </sp:AsymmetricBinding>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_Ping_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_Ping_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_echo_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_echo_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:AsymmetricBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:InitiatorToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:InitiatorToken>
+ <sp:RecipientToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:RecipientToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+
<sp:TripleDesRsa15/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ <sp:EncryptSignature/>
+
<sp:OnlySignEntireHeadersAndBody/>
+ </wsp:Policy>
+ </sp:AsymmetricBinding>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_Ping_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_Ping_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+
+
+ <wsdl:import location="WsSecurity10.wsdl"
namespace="http://WSSec/wssec10"/>
+ <wsdl:types/>
+ <wsdl:binding name="UserNameOverTransport_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#UserNameOverTransport_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+ <wsdl:binding name="MutualCertificate10SignEncrypt_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_echo_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_echo_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+ <wsdl:binding
name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+
+
+</wsdl:definitions>
+
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl?rev=782089&view=auto
==============================================================================
---
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
(added)
+++
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
Fri Jun 5 18:21:57 2009
@@ -0,0 +1,325 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<wsdl:definitions
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
+ xmlns:tns="http://apache.cxf.org/"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wssec10test="http://WSSec/wssec10"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ targetNamespace="http://apache.cxf.org/">
+ <wsp:Policy wsu:Id="UserNameOverTransport_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:TransportBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:TransportToken>
+ <wsp:Policy>
+ <sp:HttpsToken
RequireClientCertificate="false"/>
+ </wsp:Policy>
+ </sp:TransportToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+ <sp:Basic128/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ </wsp:Policy>
+ </sp:TransportBinding>
+ <sp:SignedSupportingTokens
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:UsernameToken
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+ <wsp:Policy>
+
<sp:WssUsernameToken10/>
+ </wsp:Policy>
+ </sp:UsernameToken>
+ </wsp:Policy>
+ </sp:SignedSupportingTokens>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id="MutualCertificate10SignEncrypt_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:AsymmetricBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:InitiatorToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:InitiatorToken>
+ <sp:RecipientToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:RecipientToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+ <sp:Basic128/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ <sp:EncryptSignature/>
+
<sp:OnlySignEntireHeadersAndBody/>
+ </wsp:Policy>
+ </sp:AsymmetricBinding>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_Ping_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_Ping_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_echo_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncrypt_IPingService_echo_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:AsymmetricBinding
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+ <sp:InitiatorToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:InitiatorToken>
+ <sp:RecipientToken>
+ <wsp:Policy>
+ <sp:X509Token
sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never">
+
<wsp:Policy>
+
<sp:WssX509V3Token10/>
+
</wsp:Policy>
+ </sp:X509Token>
+ </wsp:Policy>
+ </sp:RecipientToken>
+ <sp:AlgorithmSuite>
+ <wsp:Policy>
+
<sp:TripleDesRsa15/>
+ </wsp:Policy>
+ </sp:AlgorithmSuite>
+ <sp:Layout>
+ <wsp:Policy>
+ <sp:Lax/>
+ </wsp:Policy>
+ </sp:Layout>
+ <sp:IncludeTimestamp/>
+ <sp:EncryptSignature/>
+
<sp:OnlySignEntireHeadersAndBody/>
+ </wsp:Policy>
+ </sp:AsymmetricBinding>
+ <sp:Wss10
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <wsp:Policy>
+
<sp:MustSupportRefKeyIdentifier/>
+ <sp:MustSupportRefIssuerSerial/>
+ </wsp:Policy>
+ </sp:Wss10>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_Ping_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_Ping_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_Input_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy
wsu:Id="MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_output_policy">
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <sp:SignedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:SignedParts>
+ <sp:EncryptedParts
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
+ <sp:Body/>
+ </sp:EncryptedParts>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+
+
+ <wsdl:import location="WsSecurity10.wsdl"
namespace="http://WSSec/wssec10"/>
+ <wsdl:types/>
+ <wsdl:binding name="UserNameOverTransport_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#UserNameOverTransport_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+ <wsdl:binding name="MutualCertificate10SignEncrypt_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_echo_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncrypt_IPingService_echo_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+ <wsdl:binding
name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService"
type="wssec10test:IPingService">
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://WSSec/wssec10/echo"
style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference
URI="#MutualCertificate10SignEncryptRsa15TripleDes_IPingService_echo_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+
+
+</wsdl:definitions>
+
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_policy_restricted.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl?rev=782089&view=auto
==============================================================================
---
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
(added)
+++
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
Fri Jun 5 18:21:57 2009
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<wsdl:definitions
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
+ xmlns:tns="http://WSSec/wssec10"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wssec10test="http://apache.cxf.org/"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ name="PingService"
+ targetNamespace="http://WSSec/wssec10">
+ <wsdl:import location="WsSecurity10_policy_restricted.wsdl"
namespace="http://apache.cxf.org/"/>
+ <wsdl:types>
+ <xsd:schema targetNamespace="http://WSSec/wssec10">
+ <xsd:element name="echo">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="request" nillable="true" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="echoResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="echoResult" nillable="true" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ </wsdl:types>
+
+ <wsdl:message name="IPingService_echo_InputMessage">
+ <wsdl:part name="parameters" element="tns:echo"/>
+ </wsdl:message>
+ <wsdl:message name="IPingService_echo_OutputMessage">
+ <wsdl:part name="parameters" element="tns:echoResponse"/>
+ </wsdl:message>
+
+ <wsdl:portType name="IPingService">
+
+ <wsdl:operation name="echo">
+ <wsdl:input wsaw:Action="http://WSSec/wssec10/echo"
message="tns:IPingService_echo_InputMessage"/>
+ <wsdl:output wsaw:Action="http://WSSec/wssec10/echo"
message="tns:IPingService_echo_OutputMessage"/>
+ </wsdl:operation>
+
+ </wsdl:portType>
+ <wsdl:service name="PingService">
+ <wsdl:port name="UserNameOverTransport_IPingService"
binding="wssec10test:UserNameOverTransport_IPingService">
+ <soap:address
location="https://localhost:9001/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/UserNameOverTransport"/>
+ </wsdl:port>
+ <wsdl:port name="MutualCertificate10SignEncrypt_IPingService"
binding="wssec10test:MutualCertificate10SignEncrypt_IPingService">
+ <soap:address
location="http://localhost:9002/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/MutualCertificate10SignEncrypt"/>
+ </wsdl:port>
+ <wsdl:port
name="MutualCertificate10SignEncryptRsa15TripleDes_IPingService"
binding="wssec10test:MutualCertificate10SignEncryptRsa15TripleDes_IPingService">
+ <soap:address
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/MutualCertificate10SignEncryptRsa15TripleDes"/>
+ </wsdl:port>
+
+ </wsdl:service>
+</wsdl:definitions>
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec10/WsSecurity10_restricted.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl?rev=782089&view=auto
==============================================================================
---
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
(added)
+++
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
Fri Jun 5 18:21:57 2009
@@ -0,0 +1,168 @@
+<?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:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
+ xmlns:tns="http://WSSec/wssec11"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wssec11test="http://apache.cxf.org/"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ name="PingService11"
+ targetNamespace="http://WSSec/wssec11">
+ <wsdl:import location="WsSecurity11_policy.wsdl"
namespace="http://apache.cxf.org/" />
+ <wsdl:types>
+ <xsd:schema targetNamespace="http://WSSec/wssec11">
+ <xsd:element name="echo">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="request" nillable="true"
+ type="xsd:string" />
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="echoResponse">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element minOccurs="0"
name="echoResult" nillable="true"
+ type="xsd:string" />
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="anyType" nillable="true" type="xsd:anyType"
/>
+ <xsd:element name="anyURI" nillable="true" type="xsd:anyURI" />
+ <xsd:element name="base64Binary" nillable="true"
type="xsd:base64Binary" />
+ <xsd:element name="boolean" nillable="true" type="xsd:boolean"
/>
+ <xsd:element name="byte" nillable="true" type="xsd:byte" />
+ <xsd:element name="dateTime" nillable="true"
type="xsd:dateTime" />
+ <xsd:element name="decimal" nillable="true" type="xsd:decimal"
/>
+ <xsd:element name="double" nillable="true" type="xsd:double" />
+ <xsd:element name="float" nillable="true" type="xsd:float" />
+ <xsd:element name="int" nillable="true" type="xsd:int" />
+ <xsd:element name="long" nillable="true" type="xsd:long" />
+ <xsd:element name="QName" nillable="true" type="xsd:QName" />
+ <xsd:element name="short" nillable="true" type="xsd:short" />
+ <xsd:element name="string" nillable="true" type="xsd:string" />
+ <xsd:element name="unsignedByte" nillable="true"
type="xsd:unsignedByte" />
+ <xsd:element name="unsignedInt" nillable="true"
type="xsd:unsignedInt" />
+ <xsd:element name="unsignedLong" nillable="true"
type="xsd:unsignedLong" />
+ <xsd:element name="unsignedShort" nillable="true"
type="xsd:unsignedShort" />
+ <xsd:element name="char" nillable="true" type="tns:char" />
+ <xsd:simpleType name="char">
+ <xsd:restriction base="xsd:int" />
+ </xsd:simpleType>
+
+ </xsd:schema>
+ </wsdl:types>
+
+ <wsdl:message name="IPingService_echo_InputMessage">
+ <wsdl:part name="parameters" element="tns:echo" />
+ </wsdl:message>
+ <wsdl:message name="IPingService_echo_OutputMessage">
+ <wsdl:part name="parameters" element="tns:echoResponse" />
+ </wsdl:message>
+
+ <wsdl:portType name="IPingService">
+
+ <wsdl:operation name="echo">
+ <wsdl:input wsaw:Action="http://WSSec/wssec11/echo"
+ message="tns:IPingService_echo_InputMessage" />
+ <wsdl:output wsaw:Action="http://WSSec/wssec11/echo"
+ message="tns:IPingService_echo_OutputMessage" />
+ </wsdl:operation>
+
+ </wsdl:portType>
+ <wsdl:service name="PingService11">
+
+ <wsdl:port name="UX_IPingService"
binding="wssec11test:UX_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UX"
/>
+ </wsdl:port>
+ <wsdl:port name="UX-NoTimestamp_IPingService"
binding="wssec11test:UX-NoTimestamp_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UX-NoTimestamp"
/>
+ </wsdl:port>
+ <wsdl:port name="UXD_IPingService"
binding="wssec11test:UXD_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UserNameForCertificateSignEncrypt"
/>
+ </wsdl:port>
+ <wsdl:port name="UXD_IPingService1"
binding="wssec11test:UXD_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UXD"
/>
+ </wsdl:port>
+ <wsdl:port name="UX-SEES_IPingService"
binding="wssec11test:UX-SEES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UX-SEES"
/>
+ </wsdl:port>
+ <wsdl:port name="UXD-SEES_IPingService"
binding="wssec11test:UXD-SEES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/UXD-SEES"
/>
+ </wsdl:port>
+ <wsdl:port name="A_IPingService"
binding="wssec11test:A_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/A"
/>
+ </wsdl:port>
+ <wsdl:port name="A-NoTimestamp_IPingService"
binding="wssec11test:A-NoTimestamp_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/A-NoTimestamp"
/>
+ </wsdl:port>
+ <wsdl:port name="AD_IPingService"
binding="wssec11test:AD_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/AD"
/>
+ </wsdl:port>
+ <wsdl:port name="A-ES_IPingService"
binding="wssec11test:A-ES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/A-ES"
/>
+ </wsdl:port>
+ <wsdl:port name="AD-ES_IPingService"
binding="wssec11test:AD-ES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/AD-ES"
/>
+ </wsdl:port>
+ <wsdl:port name="X_IPingService"
binding="wssec11test:X_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/X"
/>
+ </wsdl:port>
+ <wsdl:port name="X_IPingService1"
binding="wssec11test:X_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/MutualCertificate11SignEncrypt"
/>
+ </wsdl:port>
+ <wsdl:port name="X-NoTimestamp_IPingService"
binding="wssec11test:X-NoTimestamp_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/X-NoTimestamp"
/>
+ </wsdl:port>
+ <wsdl:port name="X-AES128_IPingService"
binding="wssec11test:X-AES128_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/X-AES128"
/>
+ </wsdl:port>
+ <wsdl:port name="X-AES192_IPingService"
binding="wssec11test:X-AES192_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/X-AES192"
/>
+ </wsdl:port>
+ <wsdl:port name="X-TripleDES_IPingService"
binding="wssec11test:X-TripleDES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/X-TripleDES"
/>
+ </wsdl:port>
+ <wsdl:port name="XD_IPingService"
binding="wssec11test:XD_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/MutualCertificate11SignEncryptDerivedKeys"
/>
+ </wsdl:port>
+ <wsdl:port name="XD_IPingService1"
binding="wssec11test:XD_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/XD"
/>
+ </wsdl:port>
+ <wsdl:port name="XD-ES_IPingService"
binding="wssec11test:XD-ES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/XD-ES"
/>
+ </wsdl:port>
+ <wsdl:port name="XD-SEES_IPingService"
binding="wssec11test:XD-SEES_IPingService">
+ <soap12:address
+
location="http://localhost/Security_WsSecurity_Service_Indigo/WsSecurity11.svc/XD-SEES"
/>
+ </wsdl:port>
+ </wsdl:service>
+</wsdl:definitions>
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
cxf/trunk/systests/src/test/resources/wsdl_systest/wssec11/WsSecurity11.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml