http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml deleted file mode 100644 index 8e55a31..0000000 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ /dev/null @@ -1,119 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.billing.mgt.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Billing Management Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/MultitenancyBillingService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.billing.mgt.stub.services -ns2p http://services.mgt.billing.stratos.apache.org=org.apache.stratos.billing.mgt.stub.services,http://beans.mgt.billing.stratos.apache.org/xsd=org.apache.stratos.billing.mgt.stub.beans.xsd,http://dataobjects.core.billing.stratos.apache.org/xsd=org.apache.stratos.billing.mgt.stub.beans.xsd,http://beans.core.billing.stratos.apache.org/xsd=org.apache.stratos.billing.mgt.stub.beans.xsd" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Export-Package> - org.apache.stratos.billing.mgt.stub.*; version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.billing.mgt.stub.*, - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>add-source</id> - <phase>generate-sources</phase> - <goals> - <goal>add-source</goal> - </goals> - <configuration> - <sources> - <source> - target/generated-code/src - </source> - </sources> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - <dependency> - <groupId>wsdl4j.wso2</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - </dependencies> - -</project>
http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.billing.mgt.stub/src/main/resources/MultitenancyBillingService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/src/main/resources/MultitenancyBillingService.wsdl b/service-stubs/org.apache.stratos.billing.mgt.stub/src/main/resources/MultitenancyBillingService.wsdl deleted file mode 100644 index b1bd9dc..0000000 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/src/main/resources/MultitenancyBillingService.wsdl +++ /dev/null @@ -1,781 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ax215="http://beans.mgt.billing.stratos.apache.org/xsd" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.stratos.apache.org" xmlns:ax213="http://dataobjects.core.billing.stratos.apache.org/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax217="http://beans.core.billing.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.billing.stratos.apache.org"> - <wsdl:documentation>MultitenancyBillingService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.mgt.billing.stratos.apache.org/xsd"> - <xs:complexType name="MultitenancyInvoice"> - <xs:sequence> - <xs:element minOccurs="0" name="billingDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="boughtForward" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="carriedForward" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="invoiceId" type="xs:int"/> - <xs:element minOccurs="0" name="lastInvoice" type="xs:boolean"/> - <xs:element maxOccurs="unbounded" minOccurs="0" name="purchaseOrders" nillable="true" type="ax215:MultitenancyPurchaseOrder"/> - <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/> - <xs:element maxOccurs="unbounded" minOccurs="0" name="subscriptions" nillable="true" type="ax215:MultitenancySubscription"/> - <xs:element minOccurs="0" name="totalCost" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="totalPayments" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="MultitenancyPurchaseOrder"> - <xs:sequence> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="payment" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="paymentDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="transactionId" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="MultitenancySubscription"> - <xs:sequence> - <xs:element minOccurs="0" name="active" type="xs:boolean"/> - <xs:element minOccurs="0" name="activeSince" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="activeUntil" nillable="true" type="xs:date"/> - <xs:element maxOccurs="unbounded" minOccurs="0" name="billedEntries" nillable="true" type="ax215:BilledEntry"/> - <xs:element minOccurs="0" name="subscribedPackage" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="BilledEntry"> - <xs:sequence> - <xs:element minOccurs="0" name="cost" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="BillingPeriod"> - <xs:sequence> - <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="invoiceDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="invoiceId" type="xs:int"/> - <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax214="http://dataobjects.core.billing.stratos.apache.org/xsd" xmlns:ax216="http://beans.mgt.billing.stratos.apache.org/xsd" xmlns:ax218="http://beans.core.billing.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.stratos.apache.org"> - <xs:import namespace="http://dataobjects.core.billing.stratos.apache.org/xsd"/> - <xs:import namespace="http://beans.mgt.billing.stratos.apache.org/xsd"/> - <xs:import namespace="http://beans.core.billing.stratos.apache.org/xsd"/> - <xs:element name="MultitenancyBillingServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="MultitenancyBillingServiceException" nillable="true" type="ns:Exception"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:complexType name="Exception"> - <xs:sequence> - <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:element name="makeAdjustment"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="payment" nillable="true" type="ax214:Payment"/> - <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="makeAdjustmentResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getPastInvoice"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="invoiceId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getPastInvoiceResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax215:MultitenancyInvoice"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getPaginatedBalances"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="pageNumber" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getPaginatedBalancesResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax217:PaginatedBalanceInfoBean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getOutstandingBalance"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getOutstandingBalanceResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax217:OutstandingBalanceInfoBean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getCurrentInvoice"> - <xs:complexType> - <xs:sequence/> - </xs:complexType> - </xs:element> - <xs:element name="getCurrentInvoiceResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax215:MultitenancyInvoice"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getAvailableBillingPeriodsBySuperTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getAvailableBillingPeriodsBySuperTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax215:BillingPeriod"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getAvailableBillingPeriods"> - <xs:complexType> - <xs:sequence/> - </xs:complexType> - </xs:element> - <xs:element name="getAvailableBillingPeriodsResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax215:BillingPeriod"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addRegistrationPayment"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="payment" nillable="true" type="ax214:Payment"/> - <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="usagePlan" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addRegistrationPaymentResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addPayment"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="payment" nillable="true" type="ax214:Payment"/> - <xs:element minOccurs="0" name="amount" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addPaymentResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addDiscount"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="discount" nillable="true" type="ax214:Discount"/> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addDiscountResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://dataobjects.core.billing.stratos.apache.org/xsd"> - <xs:complexType name="Payment"> - <xs:sequence> - <xs:element minOccurs="0" name="amount" nillable="true" type="ax213:Cash"/> - <xs:element minOccurs="0" name="date" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="invoice" nillable="true" type="ax213:Invoice"/> - <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Cash"> - <xs:sequence> - <xs:element minOccurs="0" name="currency" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="decimalNumber" type="xs:int"/> - <xs:element minOccurs="0" name="sign" nillable="true" type="ax213:Cash_Sign"/> - <xs:element minOccurs="0" name="wholeNumber" type="xs:int"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Cash_Sign"> - <xs:complexContent> - <xs:extension base="xs:Enum"> - <xs:sequence/> - </xs:extension> - </xs:complexContent> - </xs:complexType> - <xs:complexType name="Invoice"> - <xs:sequence> - <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax213:Cash"/> - <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax213:Cash"/> - <xs:element minOccurs="0" name="customer" nillable="true" type="ax213:Customer"/> - <xs:element minOccurs="0" name="date" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/> - <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="subscriptions" nillable="true" type="xs:anyType"/> - <xs:element minOccurs="0" name="totalCost" nillable="true" type="ax213:Cash"/> - <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax213:Cash"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Customer"> - <xs:sequence> - <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax213:Invoice"/> - <xs:element minOccurs="0" name="address" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="context" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="startedDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="totalBandwidth" type="xs:long"/> - <xs:element minOccurs="0" name="totalStorage" type="xs:long"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Discount"> - <xs:sequence> - <xs:element minOccurs="0" name="amount" type="xs:float"/> - <xs:element minOccurs="0" name="endDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="percentage" type="xs:float"/> - <xs:element minOccurs="0" name="percentageType" type="xs:boolean"/> - <xs:element minOccurs="0" name="startDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.core.billing.stratos.apache.org/xsd"> - <xs:complexType name="PaginatedBalanceInfoBean"> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="balanceInfoBeans" nillable="true" type="ax217:OutstandingBalanceInfoBean"/> - <xs:element minOccurs="0" name="numberOfPages" type="xs:int"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="OutstandingBalanceInfoBean"> - <xs:sequence> - <xs:element minOccurs="0" name="carriedForward" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="invoiceId" type="xs:int"/> - <xs:element minOccurs="0" name="lastInvoiceDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="lastPaidAmount" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="lastPaymentDate" nillable="true" type="xs:date"/> - <xs:element minOccurs="0" name="subscription" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - </wsdl:types> - <wsdl:message name="getAvailableBillingPeriodsRequest"> - <wsdl:part name="parameters" element="ns:getAvailableBillingPeriods"/> - </wsdl:message> - <wsdl:message name="getAvailableBillingPeriodsResponse"> - <wsdl:part name="parameters" element="ns:getAvailableBillingPeriodsResponse"/> - </wsdl:message> - <wsdl:message name="MultitenancyBillingServiceException"> - <wsdl:part name="parameters" element="ns:MultitenancyBillingServiceException"/> - </wsdl:message> - <wsdl:message name="getPastInvoiceRequest"> - <wsdl:part name="parameters" element="ns:getPastInvoice"/> - </wsdl:message> - <wsdl:message name="getPastInvoiceResponse"> - <wsdl:part name="parameters" element="ns:getPastInvoiceResponse"/> - </wsdl:message> - <wsdl:message name="getOutstandingBalanceRequest"> - <wsdl:part name="parameters" element="ns:getOutstandingBalance"/> - </wsdl:message> - <wsdl:message name="getOutstandingBalanceResponse"> - <wsdl:part name="parameters" element="ns:getOutstandingBalanceResponse"/> - </wsdl:message> - <wsdl:message name="addDiscountRequest"> - <wsdl:part name="parameters" element="ns:addDiscount"/> - </wsdl:message> - <wsdl:message name="addDiscountResponse"> - <wsdl:part name="parameters" element="ns:addDiscountResponse"/> - </wsdl:message> - <wsdl:message name="getCurrentInvoiceRequest"> - <wsdl:part name="parameters" element="ns:getCurrentInvoice"/> - </wsdl:message> - <wsdl:message name="getCurrentInvoiceResponse"> - <wsdl:part name="parameters" element="ns:getCurrentInvoiceResponse"/> - </wsdl:message> - <wsdl:message name="makeAdjustmentRequest"> - <wsdl:part name="parameters" element="ns:makeAdjustment"/> - </wsdl:message> - <wsdl:message name="makeAdjustmentResponse"> - <wsdl:part name="parameters" element="ns:makeAdjustmentResponse"/> - </wsdl:message> - <wsdl:message name="addPaymentRequest"> - <wsdl:part name="parameters" element="ns:addPayment"/> - </wsdl:message> - <wsdl:message name="addPaymentResponse"> - <wsdl:part name="parameters" element="ns:addPaymentResponse"/> - </wsdl:message> - <wsdl:message name="getAvailableBillingPeriodsBySuperTenantRequest"> - <wsdl:part name="parameters" element="ns:getAvailableBillingPeriodsBySuperTenant"/> - </wsdl:message> - <wsdl:message name="getAvailableBillingPeriodsBySuperTenantResponse"> - <wsdl:part name="parameters" element="ns:getAvailableBillingPeriodsBySuperTenantResponse"/> - </wsdl:message> - <wsdl:message name="addRegistrationPaymentRequest"> - <wsdl:part name="parameters" element="ns:addRegistrationPayment"/> - </wsdl:message> - <wsdl:message name="addRegistrationPaymentResponse"> - <wsdl:part name="parameters" element="ns:addRegistrationPaymentResponse"/> - </wsdl:message> - <wsdl:message name="getPaginatedBalancesRequest"> - <wsdl:part name="parameters" element="ns:getPaginatedBalances"/> - </wsdl:message> - <wsdl:message name="getPaginatedBalancesResponse"> - <wsdl:part name="parameters" element="ns:getPaginatedBalancesResponse"/> - </wsdl:message> - <wsdl:portType name="MultitenancyBillingServicePortType"> - <wsdl:operation name="getAvailableBillingPeriods"> - <wsdl:input message="ns:getAvailableBillingPeriodsRequest" wsaw:Action="urn:getAvailableBillingPeriods"/> - <wsdl:output message="ns:getAvailableBillingPeriodsResponse" wsaw:Action="urn:getAvailableBillingPeriodsResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getAvailableBillingPeriodsMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="getPastInvoice"> - <wsdl:input message="ns:getPastInvoiceRequest" wsaw:Action="urn:getPastInvoice"/> - <wsdl:output message="ns:getPastInvoiceResponse" wsaw:Action="urn:getPastInvoiceResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getPastInvoiceMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="getOutstandingBalance"> - <wsdl:input message="ns:getOutstandingBalanceRequest" wsaw:Action="urn:getOutstandingBalance"/> - <wsdl:output message="ns:getOutstandingBalanceResponse" wsaw:Action="urn:getOutstandingBalanceResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getOutstandingBalanceMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="addDiscount"> - <wsdl:input message="ns:addDiscountRequest" wsaw:Action="urn:addDiscount"/> - <wsdl:output message="ns:addDiscountResponse" wsaw:Action="urn:addDiscountResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:addDiscountMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="getCurrentInvoice"> - <wsdl:input message="ns:getCurrentInvoiceRequest" wsaw:Action="urn:getCurrentInvoice"/> - <wsdl:output message="ns:getCurrentInvoiceResponse" wsaw:Action="urn:getCurrentInvoiceResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getCurrentInvoiceMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="makeAdjustment"> - <wsdl:input message="ns:makeAdjustmentRequest" wsaw:Action="urn:makeAdjustment"/> - <wsdl:output message="ns:makeAdjustmentResponse" wsaw:Action="urn:makeAdjustmentResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:makeAdjustmentMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="addPayment"> - <wsdl:input message="ns:addPaymentRequest" wsaw:Action="urn:addPayment"/> - <wsdl:output message="ns:addPaymentResponse" wsaw:Action="urn:addPaymentResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:addPaymentMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriodsBySuperTenant"> - <wsdl:input message="ns:getAvailableBillingPeriodsBySuperTenantRequest" wsaw:Action="urn:getAvailableBillingPeriodsBySuperTenant"/> - <wsdl:output message="ns:getAvailableBillingPeriodsBySuperTenantResponse" wsaw:Action="urn:getAvailableBillingPeriodsBySuperTenantResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getAvailableBillingPeriodsBySuperTenantMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="addRegistrationPayment"> - <wsdl:input message="ns:addRegistrationPaymentRequest" wsaw:Action="urn:addRegistrationPayment"/> - <wsdl:output message="ns:addRegistrationPaymentResponse" wsaw:Action="urn:addRegistrationPaymentResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:addRegistrationPaymentMultitenancyBillingServiceException"/> - </wsdl:operation> - <wsdl:operation name="getPaginatedBalances"> - <wsdl:input message="ns:getPaginatedBalancesRequest" wsaw:Action="urn:getPaginatedBalances"/> - <wsdl:output message="ns:getPaginatedBalancesResponse" wsaw:Action="urn:getPaginatedBalancesResponse"/> - <wsdl:fault message="ns:MultitenancyBillingServiceException" name="MultitenancyBillingServiceException" wsaw:Action="urn:getPaginatedBalancesMultitenancyBillingServiceException"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="MultitenancyBillingServiceSoap11Binding" type="ns:MultitenancyBillingServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="getPastInvoice"> - <soap:operation soapAction="urn:getPastInvoice" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriods"> - <soap:operation soapAction="urn:getAvailableBillingPeriods" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getOutstandingBalance"> - <soap:operation soapAction="urn:getOutstandingBalance" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addDiscount"> - <soap:operation soapAction="urn:addDiscount" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getCurrentInvoice"> - <soap:operation soapAction="urn:getCurrentInvoice" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="makeAdjustment"> - <soap:operation soapAction="urn:makeAdjustment" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addPayment"> - <soap:operation soapAction="urn:addPayment" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addRegistrationPayment"> - <soap:operation soapAction="urn:addRegistrationPayment" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriodsBySuperTenant"> - <soap:operation soapAction="urn:getAvailableBillingPeriodsBySuperTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getPaginatedBalances"> - <soap:operation soapAction="urn:getPaginatedBalances" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="MultitenancyBillingServiceSoap12Binding" type="ns:MultitenancyBillingServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="getPastInvoice"> - <soap12:operation soapAction="urn:getPastInvoice" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriods"> - <soap12:operation soapAction="urn:getAvailableBillingPeriods" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getOutstandingBalance"> - <soap12:operation soapAction="urn:getOutstandingBalance" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addDiscount"> - <soap12:operation soapAction="urn:addDiscount" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getCurrentInvoice"> - <soap12:operation soapAction="urn:getCurrentInvoice" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="makeAdjustment"> - <soap12:operation soapAction="urn:makeAdjustment" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addPayment"> - <soap12:operation soapAction="urn:addPayment" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addRegistrationPayment"> - <soap12:operation soapAction="urn:addRegistrationPayment" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriodsBySuperTenant"> - <soap12:operation soapAction="urn:getAvailableBillingPeriodsBySuperTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getPaginatedBalances"> - <soap12:operation soapAction="urn:getPaginatedBalances" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="MultitenancyBillingServiceException"> - <soap12:fault use="literal" name="MultitenancyBillingServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="MultitenancyBillingServiceHttpBinding" type="ns:MultitenancyBillingServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="getPastInvoice"> - <http:operation location="getPastInvoice"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriods"> - <http:operation location="getAvailableBillingPeriods"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getOutstandingBalance"> - <http:operation location="getOutstandingBalance"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="addDiscount"> - <http:operation location="addDiscount"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getCurrentInvoice"> - <http:operation location="getCurrentInvoice"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="makeAdjustment"> - <http:operation location="makeAdjustment"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="addPayment"> - <http:operation location="addPayment"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="addRegistrationPayment"> - <http:operation location="addRegistrationPayment"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getAvailableBillingPeriodsBySuperTenant"> - <http:operation location="getAvailableBillingPeriodsBySuperTenant"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getPaginatedBalances"> - <http:operation location="getPaginatedBalances"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="MultitenancyBillingService"> - <wsdl:port name="MultitenancyBillingServiceHttpsSoap11Endpoint" binding="ns:MultitenancyBillingServiceSoap11Binding"> - <soap:address location="https://10.100.2.80:9443/services/MultitenancyBillingService.MultitenancyBillingServiceHttpsSoap11Endpoint/"/> - </wsdl:port> - <wsdl:port name="MultitenancyBillingServiceHttpsSoap12Endpoint" binding="ns:MultitenancyBillingServiceSoap12Binding"> - <soap12:address location="https://10.100.2.80:9443/services/MultitenancyBillingService.MultitenancyBillingServiceHttpsSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="MultitenancyBillingServiceHttpsEndpoint" binding="ns:MultitenancyBillingServiceHttpBinding"> - <http:address location="https://10.100.2.80:9443/services/MultitenancyBillingService.MultitenancyBillingServiceHttpsEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml deleted file mode 100644 index d4e2c12..0000000 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ /dev/null @@ -1,124 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.cartridge.agent.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Cartridge Agent Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <!--<path id="wsdl2java.classpath"> - <pathelement location="${settings.localRepository}/org/apache/ws/commons/axiom/wso2/axiom/${orbit.version.axiom}/axiom-${orbit.version.axiom}.jar" /> - <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2-client/${orbit.version.axis2}/axis2-client-${orbit.version.axis2}.jar" /> - <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2/${orbit.version.axis2}/axis2-${orbit.version.axis2}.jar" /> - </path>--> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/CartridgeAgentService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.cartridge.agent.stub -ns2p http://utils.mgt.hosting.carbon.wso2.org/xsd=org.wso2.carbon.hosting.mgt.stub.types.carbon,http://org.apache.axis2/xsd=org.wso2.carbon.hosting.mgt.stub" /> -<!-- <classpath refid="wsdl2java.classpath" />--> -<classpath refid="maven.dependency.classpath" /> -<classpath refid="maven.compile.classpath" /> -<classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>add-source</id> - <phase>generate-sources</phase> - <goals> - <goal>add-source</goal> - </goals> - <configuration> - <sources> - <source> - target/generated-code/src - </source> - </sources> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Private-Package> - </Private-Package> - <Export-Package> - org.apache.stratos.cartridge.agent.*;version="${project.version}", - org.apache.stratos.cartridge.agent.registrant.xsd.*;version="${project.version}", - org.apache.stratos.cartridge.agent.stub.*;version="${project.version}", - org.apache.stratos.cartridge.agent.xsd.*;version="${project.version}" - </Export-Package> - <Import-Package> - !org.wso2.carbon.hosting.mgt.stub.* - </Import-Package> - <DynamicImport-Package>*</DynamicImport-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - </dependencies> - -</project> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.cartridge.agent.stub/src/main/resources/CartridgeAgentService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/src/main/resources/CartridgeAgentService.wsdl b/service-stubs/org.apache.stratos.cartridge.agent.stub/src/main/resources/CartridgeAgentService.wsdl deleted file mode 100644 index 55cdc38..0000000 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/src/main/resources/CartridgeAgentService.wsdl +++ /dev/null @@ -1,209 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://agent.cartridge.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax23="http://registrant.agent.cartridge.stratos.apache.org/xsd" xmlns:ax21="http://agent.cartridge.stratos.apache.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://agent.cartridge.stratos.apache.org"> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://agent.cartridge.stratos.apache.org/xsd"> - <xs:complexType name="CartridgeAgentException"> - <xs:sequence/> - </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax24="http://registrant.agent.cartridge.stratos.apache.org/xsd" xmlns:ax22="http://agent.cartridge.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://agent.cartridge.stratos.apache.org"> - <xs:import namespace="http://agent.cartridge.stratos.apache.org/xsd"/> - <xs:import namespace="http://registrant.agent.cartridge.stratos.apache.org/xsd"/> - <xs:element name="CartridgeAgentServiceCartridgeAgentException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="CartridgeAgentException" nillable="true" type="ax21:CartridgeAgentException"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="unregister"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="subDomain" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="unregisterResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="register"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="registrant" nillable="true" type="ax23:Registrant"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="registerResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - <xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://registrant.agent.cartridge.stratos.apache.org/xsd"> - <xs:complexType name="Registrant"> - <xs:sequence> - <xs:element minOccurs="0" name="alarmingLowerRate" type="xs:double"/> - <xs:element minOccurs="0" name="alarmingUpperRate" type="xs:double"/> - <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="key" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="maxInstanceCount" type="xs:int"/> - <xs:element minOccurs="0" name="maxRequestsPerSecond" type="xs:int"/> - <xs:element minOccurs="0" name="minInstanceCount" type="xs:int"/> - <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax23:PortMapping"/> - <xs:element minOccurs="0" name="remoteHost" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="roundsToAverage" type="xs:int"/> - <xs:element minOccurs="0" name="scaleDownFactor" type="xs:double"/> - <xs:element minOccurs="0" name="service" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="tenantRange" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="PortMapping"> - <xs:sequence> - <xs:element minOccurs="0" name="primaryPort" type="xs:int"/> - <xs:element minOccurs="0" name="proxyPort" type="xs:int"/> - <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - </wsdl:types> - <wsdl:message name="unregisterRequest"> - <wsdl:part name="parameters" element="ns:unregister"/> - </wsdl:message> - <wsdl:message name="unregisterResponse"> - <wsdl:part name="parameters" element="ns:unregisterResponse"/> - </wsdl:message> - <wsdl:message name="CartridgeAgentServiceCartridgeAgentException"> - <wsdl:part name="parameters" element="ns:CartridgeAgentServiceCartridgeAgentException"/> - </wsdl:message> - <wsdl:message name="registerRequest"> - <wsdl:part name="parameters" element="ns:register"/> - </wsdl:message> - <wsdl:message name="registerResponse"> - <wsdl:part name="parameters" element="ns:registerResponse"/> - </wsdl:message> - <wsdl:portType name="CartridgeAgentServicePortType"> - <wsdl:operation name="unregister"> - <wsdl:input message="ns:unregisterRequest" wsaw:Action="urn:unregister"/> - <wsdl:output message="ns:unregisterResponse" wsaw:Action="urn:unregisterResponse"/> - <wsdl:fault message="ns:CartridgeAgentServiceCartridgeAgentException" name="CartridgeAgentServiceCartridgeAgentException" wsaw:Action="urn:unregisterCartridgeAgentServiceCartridgeAgentException"/> - </wsdl:operation> - <wsdl:operation name="register"> - <wsdl:input message="ns:registerRequest" wsaw:Action="urn:register"/> - <wsdl:output message="ns:registerResponse" wsaw:Action="urn:registerResponse"/> - <wsdl:fault message="ns:CartridgeAgentServiceCartridgeAgentException" name="CartridgeAgentServiceCartridgeAgentException" wsaw:Action="urn:registerCartridgeAgentServiceCartridgeAgentException"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="CartridgeAgentServiceSoap11Binding" type="ns:CartridgeAgentServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="unregister"> - <soap:operation soapAction="urn:unregister" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CartridgeAgentServiceCartridgeAgentException"> - <soap:fault use="literal" name="CartridgeAgentServiceCartridgeAgentException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="register"> - <soap:operation soapAction="urn:register" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CartridgeAgentServiceCartridgeAgentException"> - <soap:fault use="literal" name="CartridgeAgentServiceCartridgeAgentException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="CartridgeAgentServiceSoap12Binding" type="ns:CartridgeAgentServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="unregister"> - <soap12:operation soapAction="urn:unregister" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CartridgeAgentServiceCartridgeAgentException"> - <soap12:fault use="literal" name="CartridgeAgentServiceCartridgeAgentException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="register"> - <soap12:operation soapAction="urn:register" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CartridgeAgentServiceCartridgeAgentException"> - <soap12:fault use="literal" name="CartridgeAgentServiceCartridgeAgentException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="CartridgeAgentServiceHttpBinding" type="ns:CartridgeAgentServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="unregister"> - <http:operation location="unregister"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="register"> - <http:operation location="register"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="CartridgeAgentService"> - <wsdl:port name="CartridgeAgentServiceHttpSoap11Endpoint" binding="ns:CartridgeAgentServiceSoap11Binding"> - <soap:address location="http://localhost:6060/axis2/services/CartridgeAgentService.CartridgeAgentServiceHttpSoap11Endpoint/"/> - </wsdl:port> - <wsdl:port name="CartridgeAgentServiceHttpSoap12Endpoint" binding="ns:CartridgeAgentServiceSoap12Binding"> - <soap12:address location="http://localhost:6060/axis2/services/CartridgeAgentService.CartridgeAgentServiceHttpSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="CartridgeAgentServiceHttpEndpoint" binding="ns:CartridgeAgentServiceHttpBinding"> - <http:address location="http://localhost:6060/axis2/services/CartridgeAgentService.CartridgeAgentServiceHttpEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml deleted file mode 100644 index 65f9f91..0000000 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ /dev/null @@ -1,142 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.manager.cleanup.notification.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Cleanup Notification Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <path id="wsdl2java.classpath"> - <pathelement location="${settings.localRepository}/org/apache/ws/commons/axiom/wso2/axiom/${axiom.wso2.version}/axiom-${axiom.wso2.version}.jar" /> - <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2-client/${axis2.wso2.client.version}/axis2-client-${axis2.wso2.client.version}.jar" /> - <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2/${axis2.wso2.version}/axis2-${axis2.wso2.version}.jar" /> - </path> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/InstanceCleanupNotificationService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.manager.cleanup.notification.stub -ns2p http://exception.manager.stratos.apache.org/xsd=org.apache.stratos.manager.exception,http://dto.manager.stratos.apache.org/xsd=org.apache.stratos.manager.dto" /> - <classpath refid="wsdl2java.classpath" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>add-source</id> - <phase>generate-sources</phase> - <goals> - <goal>add-source</goal> - </goals> - <configuration> - <sources> - <source> - target/generated-code/src - </source> - </sources> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Private-Package> - </Private-Package> - <Export-Package> - org.apache.stratos.manager.cleanup.notification.stub.*; version="${project.version}", - org.apache.stratos.manager.service.*; version="${project.version}", - axis2.apache.org.xsd.*; version="${project.version}", - </Export-Package> - <Import-Package> - !org.apache.stratos.manager.cleanup.notification.stub.* - </Import-Package> - <DynamicImport-Package>*</DynamicImport-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - <dependency> - <groupId>wsdl4j.wso2</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.schema.wso2</groupId> - <artifactId>XmlSchema</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom.wso2</groupId> - <artifactId>axiom</artifactId> - </dependency> - <dependency> - <groupId>org.apache.neethi.wso2</groupId> - <artifactId>neethi</artifactId> - </dependency> - </dependencies> - -</project> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/src/main/resources/InstanceCleanupNotificationService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/src/main/resources/InstanceCleanupNotificationService.wsdl b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/src/main/resources/InstanceCleanupNotificationService.wsdl deleted file mode 100644 index 2d5290c..0000000 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/src/main/resources/InstanceCleanupNotificationService.wsdl +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version='1.0'?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - ---> - -<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="http://service.manager.stratos.apache.org" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://service.manager.stratos.apache.org"> - <wsdl:documentation>InstanceCleanupNotificationService</wsdl:documentation> - <wsdl:types> - <xs:schema xmlns:ns="http://org.apache.axis2/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://org.apache.axis2/xsd"> - <xs:element name="sendInstanceCleanupNotificationForMember"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="memberId" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="sendInstanceCleanupNotificationForCluster"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"></xs:element> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="sendInstanceCleanupNotificationForClusterRequest"> - <wsdl:part name="parameters" element="ns1:sendInstanceCleanupNotificationForCluster"></wsdl:part> - </wsdl:message> - <wsdl:message name="sendInstanceCleanupNotificationForMemberRequest"> - <wsdl:part name="parameters" element="ns1:sendInstanceCleanupNotificationForMember"></wsdl:part> - </wsdl:message> - <wsdl:portType name="InstanceCleanupNotificationServicePortType"> - <wsdl:operation name="sendInstanceCleanupNotificationForCluster"> - <wsdl:input message="tns:sendInstanceCleanupNotificationForClusterRequest" wsaw:Action="urn:sendInstanceCleanupNotificationForCluster"></wsdl:input> - </wsdl:operation> - <wsdl:operation name="sendInstanceCleanupNotificationForMember"> - <wsdl:input message="tns:sendInstanceCleanupNotificationForMemberRequest" wsaw:Action="urn:sendInstanceCleanupNotificationForMember"></wsdl:input> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="InstanceCleanupNotificationServiceSoap11Binding" type="tns:InstanceCleanupNotificationServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> - <wsdl:operation name="sendInstanceCleanupNotificationForCluster"> - <soap:operation soapAction="urn:sendInstanceCleanupNotificationForCluster" style="document"></soap:operation> - <wsdl:input> - <soap:body use="literal"></soap:body> - </wsdl:input> - </wsdl:operation> - <wsdl:operation name="sendInstanceCleanupNotificationForMember"> - <soap:operation soapAction="urn:sendInstanceCleanupNotificationForMember" style="document"></soap:operation> - <wsdl:input> - <soap:body use="literal"></soap:body> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="InstanceCleanupNotificationServiceSoap12Binding" type="tns:InstanceCleanupNotificationServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap12:binding> - <wsdl:operation name="sendInstanceCleanupNotificationForCluster"> - <soap12:operation soapAction="urn:sendInstanceCleanupNotificationForCluster" style="document"></soap12:operation> - <wsdl:input> - <soap12:body use="literal"></soap12:body> - </wsdl:input> - </wsdl:operation> - <wsdl:operation name="sendInstanceCleanupNotificationForMember"> - <soap12:operation soapAction="urn:sendInstanceCleanupNotificationForMember" style="document"></soap12:operation> - <wsdl:input> - <soap12:body use="literal"></soap12:body> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="InstanceCleanupNotificationServiceHttpBinding" type="tns:InstanceCleanupNotificationServicePortType"> - <http:binding verb="POST"></http:binding> - <wsdl:operation name="sendInstanceCleanupNotificationForCluster"> - <http:operation location="sendInstanceCleanupNotificationForCluster"></http:operation> - <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> - </wsdl:input> - </wsdl:operation> - <wsdl:operation name="sendInstanceCleanupNotificationForMember"> - <http:operation location="sendInstanceCleanupNotificationForMember"></http:operation> - <wsdl:input> - <mime:content type="text/xml" part="parameters"></mime:content> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="InstanceCleanupNotificationService"> - <wsdl:port name="InstanceCleanupNotificationServiceHttpsSoap11Endpoint" binding="tns:InstanceCleanupNotificationServiceSoap11Binding"> - <soap:address location="https://10.100.1.142:9452/services/InstanceCleanupNotificationService.InstanceCleanupNotificationServiceHttpsSoap11Endpoint/"></soap:address> - </wsdl:port> - <wsdl:port name="InstanceCleanupNotificationServiceHttpsSoap12Endpoint" binding="tns:InstanceCleanupNotificationServiceSoap12Binding"> - <soap12:address location="https://10.100.1.142:9452/services/InstanceCleanupNotificationService.InstanceCleanupNotificationServiceHttpsSoap12Endpoint/"></soap12:address> - </wsdl:port> - <wsdl:port name="InstanceCleanupNotificationServiceHttpsEndpoint" binding="tns:InstanceCleanupNotificationServiceHttpBinding"> - <http:address location="https://10.100.1.142:9452/services/InstanceCleanupNotificationService.InstanceCleanupNotificationServiceHttpsEndpoint/"></http:address> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
