Author: coheigea Date: Wed Aug 1 10:43:54 2012 New Revision: 1367913 URL: http://svn.apache.org/viewvc?rev=1367913&view=rev Log: Merged revisions 1367908 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1367908 | coheigea | 2012-08-01 11:19:25 +0100 (Wed, 01 Aug 2012) | 10 lines 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.5.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.5.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.5.x-fixes/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/ws-trust-1.4-service.wsdl?rev=1367913&r1=1367912&r2=1367913&view=diff ============================================================================== --- cxf/branches/2.5.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.5.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:43:54 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>
