CLOUDSTACK-1444. Modified services.xml. [Support for EC2 API version 2012-08-15]

Signed-off-by: Likitha Shetty <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c80ff638
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c80ff638
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c80ff638

Branch: refs/heads/master-6-17-stable
Commit: c80ff638da581c919663ca1204858c505d599d71
Parents: e829811
Author: Likitha Shetty <[email protected]>
Authored: Thu Jun 27 16:33:57 2013 +0530
Committer: Likitha Shetty <[email protected]>
Committed: Thu Jul 4 12:06:29 2013 +0530

----------------------------------------------------------------------
 awsapi/resource/AmazonEC2/services.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c80ff638/awsapi/resource/AmazonEC2/services.xml
----------------------------------------------------------------------
diff --git a/awsapi/resource/AmazonEC2/services.xml 
b/awsapi/resource/AmazonEC2/services.xml
index 45f8cad..bc494ab 100644
--- a/awsapi/resource/AmazonEC2/services.xml
+++ b/awsapi/resource/AmazonEC2/services.xml
@@ -2,11 +2,11 @@
 <!-- This file was auto-generated from WSDL -->
 <!-- by the Apache Axis2 version: 1.5.6  Built on : Aug 30, 2011 (10:00:16 
CEST) -->
 <serviceGroup>
-    <service name="AmazonEC2">
+    <service name="AmazonEC2" 
class="com.cloud.bridge.lifecycle.ServiceEngineLifecycle">
         <messageReceivers>
             <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out"; 
class="com.amazon.ec2.AmazonEC2MessageReceiverInOut"/>
         </messageReceivers>
-        <parameter 
name="ServiceClass">com.amazon.ec2.AmazonEC2Skeleton</parameter>
+        <parameter 
name="ServiceClass">com.cloud.bridge.service.EC2SoapService</parameter>
         <parameter name="useOriginalwsdl">true</parameter>
         <parameter name="modifyUserWSDLPortAddress">true</parameter>
         <operation name="DescribePlacementGroups" 
mep="http://www.w3.org/ns/wsdl/in-out"; 
namespace="http://ec2.amazonaws.com/doc/2012-08-15/";>

Reply via email to