Author: coheigea
Date: Wed Aug  1 10:14:48 2012
New Revision: 1367906

URL: http://svn.apache.org/viewvc?rev=1367906&view=rev
Log:
Updated SOAPAction urls in the wsdl for SecureConversation

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

Modified: 
cxf/trunk/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/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl?rev=1367906&r1=1367905&r2=1367906&view=diff
==============================================================================
--- 
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl
 (original)
+++ 
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl
 Wed Aug  1 10:14:48 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>


Reply via email to