Updating the wsdl to remove lowerLimit
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ebb4dc71 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ebb4dc71 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ebb4dc71 Branch: refs/heads/master Commit: ebb4dc7130a7bd751a6bd6bfa868c5fb7b794ce3 Parents: b723c62 Author: Lahiru Sandaruwan <[email protected]> Authored: Fri Dec 19 15:11:06 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Fri Dec 19 15:11:06 2014 +0530 ---------------------------------------------------------------------- .../src/main/resources/AutoScalerService.wsdl | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ebb4dc71/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl b/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl index 5480d63..11ea4a2 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/src/main/resources/AutoScalerService.wsdl @@ -21,19 +21,16 @@ </xs:complexType> <xs:complexType name="LoadAverageThresholds"> <xs:sequence> - <xs:element minOccurs="0" name="lowerLimit" type="xs:float"/> <xs:element minOccurs="0" name="upperLimit" type="xs:float"/> </xs:sequence> </xs:complexType> <xs:complexType name="MemoryConsumptionThresholds"> <xs:sequence> - <xs:element minOccurs="0" name="lowerLimit" type="xs:float"/> <xs:element minOccurs="0" name="upperLimit" type="xs:float"/> </xs:sequence> </xs:complexType> <xs:complexType name="RequestsInFlightThresholds"> <xs:sequence> - <xs:element minOccurs="0" name="lowerLimit" type="xs:float"/> <xs:element minOccurs="0" name="upperLimit" type="xs:float"/> </xs:sequence> </xs:complexType>
