You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2012/08/01 12:19:25 UTC

svn commit: r1367908 - /cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl

Author: coheigea
Date: Wed Aug  1 10:19:25 2012
New Revision: 1367908

URL: http://svn.apache.org/viewvc?rev=1367908&view=rev
Log:
Merged revisions 1367906 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1367906 | coheigea | 2012-08-01 11:14:48 +0100 (Wed, 01 Aug 2012) | 2 lines

  Updated SOAPAction urls in the wsdl for SecureConversation

........

Modified:
    cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl

Modified: cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl?rev=1367908&r1=1367907&r2=1367908&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl (original)
+++ cxf/branches/2.6.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl Wed Aug  1 10:19:25 2012
@@ -113,7 +113,7 @@
   		transport="http://schemas.xmlsoap.org/soap/http" />
   	<wsdl:operation name="Issue">
   		<soap:operation
-  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue" />
+  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT" />
   		<wsdl:input>
   		    <wsp:PolicyReference
                URI="#Input_policy" />
@@ -141,7 +141,7 @@
   	</wsdl:operation>
   	<wsdl:operation name="Cancel">
   		<soap:operation
-  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel" />
+  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Cancel" />
   		<wsdl:input>
   			<soap:body use="literal" />
   		</wsdl:input>
@@ -151,7 +151,7 @@
   	</wsdl:operation>
   	<wsdl:operation name="Renew">
   		<soap:operation
-  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew" />
+  			soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Renew" />
   		<wsdl:input>
   			<soap:body use="literal" />
   		</wsdl:input>
@@ -187,7 +187,7 @@
         transport="http://schemas.xmlsoap.org/soap/http" />
     <wsdl:operation name="Issue">
         <soap:operation
-            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue" />
+            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT" />
         <wsdl:input>
             <wsp:PolicyReference
                URI="#Input_policy" />
@@ -215,7 +215,7 @@
     </wsdl:operation>
     <wsdl:operation name="Cancel">
         <soap:operation
-            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel" />
+            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Cancel" />
         <wsdl:input>
             <soap:body use="literal" />
         </wsdl:input>
@@ -225,7 +225,7 @@
     </wsdl:operation>
     <wsdl:operation name="Renew">
         <soap:operation
-            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew" />
+            soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/SCT/Renew" />
         <wsdl:input>
             <soap:body use="literal" />
         </wsdl:input>