http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/BillingDataAccessService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/BillingDataAccessService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/BillingDataAccessService.wsdl deleted file mode 100644 index 8eebb07..0000000 --- a/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/BillingDataAccessService.wsdl +++ /dev/null @@ -1,932 +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:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.billing.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ax227="http://dataobjects.core.billing.carbon.wso2.org/xsd" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.mgt.billing.carbon.wso2.org"> - <wsdl:documentation>BillingDataAccessService</wsdl:documentation> - <wsdl:types> - <xs:schema xmlns:ax228="http://dataobjects.core.billing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.billing.carbon.wso2.org"> - <xs:import namespace="http://dataobjects.core.billing.carbon.wso2.org/xsd"/> - <xs:element name="BillingDataAccessServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="BillingDataAccessServiceException" 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="getSubscription"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getSubscriptionResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getItemIdWithName"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="parentId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getItemIdWithNameResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getInactiveSubscriptionsOfCustomer"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="customerId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getInactiveSubscriptionsOfCustomerResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getCustomerWithName"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="customerName" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getCustomerWithNameResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Customer"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getActiveSubscriptionOfCustomerByTenant"> - <xs:complexType> - <xs:sequence/> - </xs:complexType> - </xs:element> - <xs:element name="getActiveSubscriptionOfCustomerByTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getActiveSubscriptionOfCustomerBySuperTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getActiveSubscriptionOfCustomerBySuperTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax228:Subscription"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="deleteBillingData"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="deactivateActiveSubscriptionByTenant"> - <xs:complexType> - <xs:sequence/> - </xs:complexType> - </xs:element> - <xs:element name="deactivateActiveSubscriptionByTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="deactivateActiveSubscriptionBySuperTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="deactivateActiveSubscriptionBySuperTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionForTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionForTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionByTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionByTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionBySuperTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="customerId" type="xs:int"/> - <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="changeSubscriptionBySuperTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addSubscription"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="subscription" nillable="true" type="ax228:Subscription"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="addSubscriptionResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="activateSubscription"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="subscriptionId" type="xs:int"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="activateSubscriptionResponse"> - <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.carbon.wso2.org/xsd"> - <xs:complexType name="Subscription"> - <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 minOccurs="0" name="customer" nillable="true" type="ax227:Customer"/> - <xs:element minOccurs="0" name="id" type="xs:int"/> - <xs:element minOccurs="0" name="invoiceSubscriptionId" type="xs:int"/> - <xs:element minOccurs="0" name="item" nillable="true" type="ax227:Item"/> - <xs:element minOccurs="0" name="payments" nillable="true" type="xs:anyType"/> - <xs:element minOccurs="0" name="subscriptionPlan" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Customer"> - <xs:sequence> - <xs:element minOccurs="0" name="activeInvoice" nillable="true" type="ax227: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="totalCartridgeCPUHours" type="xs:long"/> - <xs:element minOccurs="0" name="totalStorage" type="xs:long"/> - </xs:sequence> - </xs:complexType> - <xs:complexType name="Invoice"> - <xs:sequence> - <xs:element minOccurs="0" name="boughtForward" nillable="true" type="ax227:Cash"/> - <xs:element minOccurs="0" name="carriedForward" nillable="true" type="ax227:Cash"/> - <xs:element minOccurs="0" name="customer" nillable="true" type="ax227: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="ax227:Cash"/> - <xs:element minOccurs="0" name="totalPayment" nillable="true" type="ax227:Cash"/> - </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="ax227: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="Item"> - <xs:sequence> - <xs:element minOccurs="0" name="bandwidthLimit" type="xs:int"/> - <xs:element minOccurs="0" name="bandwidthOveruseCharge" nillable="true" type="ax227:Cash"/> - <xs:element minOccurs="0" name="cartridgeCPUHourLimit" type="xs:int"/> - <xs:element minOccurs="0" name="cartridgeCPUOveruseCharge" nillable="true" type="ax227:Cash"/> - <xs:element minOccurs="0" name="children" nillable="true" type="xs:anyType"/> - <xs:element minOccurs="0" name="cost" nillable="true" type="ax227:Cash"/> - <xs:element minOccurs="0" name="creditLimit" nillable="true" type="ax227:Cash"/> - <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="name" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="parent" nillable="true" type="ax227:Item"/> - <xs:element minOccurs="0" name="resourceVolumeLimit" type="xs:int"/> - <xs:element minOccurs="0" name="resourceVolumeOveruseCharge" nillable="true" type="ax227:Cash"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - </wsdl:types> - <wsdl:message name="changeSubscriptionByTenantRequest"> - <wsdl:part name="parameters" element="ns:changeSubscriptionByTenant"/> - </wsdl:message> - <wsdl:message name="changeSubscriptionByTenantResponse"> - <wsdl:part name="parameters" element="ns:changeSubscriptionByTenantResponse"/> - </wsdl:message> - <wsdl:message name="BillingDataAccessServiceException"> - <wsdl:part name="parameters" element="ns:BillingDataAccessServiceException"/> - </wsdl:message> - <wsdl:message name="activateSubscriptionRequest"> - <wsdl:part name="parameters" element="ns:activateSubscription"/> - </wsdl:message> - <wsdl:message name="activateSubscriptionResponse"> - <wsdl:part name="parameters" element="ns:activateSubscriptionResponse"/> - </wsdl:message> - <wsdl:message name="getInactiveSubscriptionsOfCustomerRequest"> - <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomer"/> - </wsdl:message> - <wsdl:message name="getInactiveSubscriptionsOfCustomerResponse"> - <wsdl:part name="parameters" element="ns:getInactiveSubscriptionsOfCustomerResponse"/> - </wsdl:message> - <wsdl:message name="deleteBillingDataRequest"> - <wsdl:part name="parameters" element="ns:deleteBillingData"/> - </wsdl:message> - <wsdl:message name="getItemIdWithNameRequest"> - <wsdl:part name="parameters" element="ns:getItemIdWithName"/> - </wsdl:message> - <wsdl:message name="getItemIdWithNameResponse"> - <wsdl:part name="parameters" element="ns:getItemIdWithNameResponse"/> - </wsdl:message> - <wsdl:message name="deactivateActiveSubscriptionBySuperTenantRequest"> - <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenant"/> - </wsdl:message> - <wsdl:message name="deactivateActiveSubscriptionBySuperTenantResponse"> - <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionBySuperTenantResponse"/> - </wsdl:message> - <wsdl:message name="addSubscriptionRequest"> - <wsdl:part name="parameters" element="ns:addSubscription"/> - </wsdl:message> - <wsdl:message name="addSubscriptionResponse"> - <wsdl:part name="parameters" element="ns:addSubscriptionResponse"/> - </wsdl:message> - <wsdl:message name="deactivateActiveSubscriptionByTenantRequest"> - <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenant"/> - </wsdl:message> - <wsdl:message name="deactivateActiveSubscriptionByTenantResponse"> - <wsdl:part name="parameters" element="ns:deactivateActiveSubscriptionByTenantResponse"/> - </wsdl:message> - <wsdl:message name="getSubscriptionRequest"> - <wsdl:part name="parameters" element="ns:getSubscription"/> - </wsdl:message> - <wsdl:message name="getSubscriptionResponse"> - <wsdl:part name="parameters" element="ns:getSubscriptionResponse"/> - </wsdl:message> - <wsdl:message name="getCustomerWithNameRequest"> - <wsdl:part name="parameters" element="ns:getCustomerWithName"/> - </wsdl:message> - <wsdl:message name="getCustomerWithNameResponse"> - <wsdl:part name="parameters" element="ns:getCustomerWithNameResponse"/> - </wsdl:message> - <wsdl:message name="getActiveSubscriptionOfCustomerByTenantRequest"> - <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenant"/> - </wsdl:message> - <wsdl:message name="getActiveSubscriptionOfCustomerByTenantResponse"> - <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerByTenantResponse"/> - </wsdl:message> - <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantRequest"> - <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenant"/> - </wsdl:message> - <wsdl:message name="getActiveSubscriptionOfCustomerBySuperTenantResponse"> - <wsdl:part name="parameters" element="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse"/> - </wsdl:message> - <wsdl:message name="changeSubscriptionBySuperTenantRequest"> - <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenant"/> - </wsdl:message> - <wsdl:message name="changeSubscriptionBySuperTenantResponse"> - <wsdl:part name="parameters" element="ns:changeSubscriptionBySuperTenantResponse"/> - </wsdl:message> - <wsdl:message name="changeSubscriptionForTenantRequest"> - <wsdl:part name="parameters" element="ns:changeSubscriptionForTenant"/> - </wsdl:message> - <wsdl:message name="changeSubscriptionForTenantResponse"> - <wsdl:part name="parameters" element="ns:changeSubscriptionForTenantResponse"/> - </wsdl:message> - <wsdl:portType name="BillingDataAccessServicePortType"> - <wsdl:operation name="changeSubscriptionByTenant"> - <wsdl:input message="ns:changeSubscriptionByTenantRequest" wsaw:Action="urn:changeSubscriptionByTenant"/> - <wsdl:output message="ns:changeSubscriptionByTenantResponse" wsaw:Action="urn:changeSubscriptionByTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionByTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="activateSubscription"> - <wsdl:input message="ns:activateSubscriptionRequest" wsaw:Action="urn:activateSubscription"/> - <wsdl:output message="ns:activateSubscriptionResponse" wsaw:Action="urn:activateSubscriptionResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:activateSubscriptionBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getInactiveSubscriptionsOfCustomer"> - <wsdl:input message="ns:getInactiveSubscriptionsOfCustomerRequest" wsaw:Action="urn:getInactiveSubscriptionsOfCustomer"/> - <wsdl:output message="ns:getInactiveSubscriptionsOfCustomerResponse" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getInactiveSubscriptionsOfCustomerBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="deleteBillingData"> - <wsdl:input message="ns:deleteBillingDataRequest" wsaw:Action="urn:deleteBillingData"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deleteBillingDataBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getItemIdWithName"> - <wsdl:input message="ns:getItemIdWithNameRequest" wsaw:Action="urn:getItemIdWithName"/> - <wsdl:output message="ns:getItemIdWithNameResponse" wsaw:Action="urn:getItemIdWithNameResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getItemIdWithNameBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant"> - <wsdl:input message="ns:deactivateActiveSubscriptionBySuperTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenant"/> - <wsdl:output message="ns:deactivateActiveSubscriptionBySuperTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionBySuperTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="addSubscription"> - <wsdl:input message="ns:addSubscriptionRequest" wsaw:Action="urn:addSubscription"/> - <wsdl:output message="ns:addSubscriptionResponse" wsaw:Action="urn:addSubscriptionResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:addSubscriptionBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionByTenant"> - <wsdl:input message="ns:deactivateActiveSubscriptionByTenantRequest" wsaw:Action="urn:deactivateActiveSubscriptionByTenant"/> - <wsdl:output message="ns:deactivateActiveSubscriptionByTenantResponse" wsaw:Action="urn:deactivateActiveSubscriptionByTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:deactivateActiveSubscriptionByTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getSubscription"> - <wsdl:input message="ns:getSubscriptionRequest" wsaw:Action="urn:getSubscription"/> - <wsdl:output message="ns:getSubscriptionResponse" wsaw:Action="urn:getSubscriptionResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getSubscriptionBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getCustomerWithName"> - <wsdl:input message="ns:getCustomerWithNameRequest" wsaw:Action="urn:getCustomerWithName"/> - <wsdl:output message="ns:getCustomerWithNameResponse" wsaw:Action="urn:getCustomerWithNameResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getCustomerWithNameBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant"> - <wsdl:input message="ns:getActiveSubscriptionOfCustomerByTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenant"/> - <wsdl:output message="ns:getActiveSubscriptionOfCustomerByTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerByTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant"> - <wsdl:input message="ns:getActiveSubscriptionOfCustomerBySuperTenantRequest" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenant"/> - <wsdl:output message="ns:getActiveSubscriptionOfCustomerBySuperTenantResponse" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:getActiveSubscriptionOfCustomerBySuperTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionBySuperTenant"> - <wsdl:input message="ns:changeSubscriptionBySuperTenantRequest" wsaw:Action="urn:changeSubscriptionBySuperTenant"/> - <wsdl:output message="ns:changeSubscriptionBySuperTenantResponse" wsaw:Action="urn:changeSubscriptionBySuperTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionBySuperTenantBillingDataAccessServiceException"/> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionForTenant"> - <wsdl:input message="ns:changeSubscriptionForTenantRequest" wsaw:Action="urn:changeSubscriptionForTenant"/> - <wsdl:output message="ns:changeSubscriptionForTenantResponse" wsaw:Action="urn:changeSubscriptionForTenantResponse"/> - <wsdl:fault message="ns:BillingDataAccessServiceException" name="BillingDataAccessServiceException" wsaw:Action="urn:changeSubscriptionForTenantBillingDataAccessServiceException"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="BillingDataAccessServiceSoap11Binding" type="ns:BillingDataAccessServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="changeSubscriptionByTenant"> - <soap:operation soapAction="urn:changeSubscriptionByTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="activateSubscription"> - <soap:operation soapAction="urn:activateSubscription" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getInactiveSubscriptionsOfCustomer"> - <soap:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant"> - <soap:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getItemIdWithName"> - <soap:operation soapAction="urn:getItemIdWithName" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deleteBillingData"> - <soap:operation soapAction="urn:deleteBillingData" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addSubscription"> - <soap:operation soapAction="urn:addSubscription" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionByTenant"> - <soap:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getSubscription"> - <soap:operation soapAction="urn:getSubscription" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getCustomerWithName"> - <soap:operation soapAction="urn:getCustomerWithName" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant"> - <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant"> - <soap:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionBySuperTenant"> - <soap:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionForTenant"> - <soap:operation soapAction="urn:changeSubscriptionForTenant" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="BillingDataAccessServiceSoap12Binding" type="ns:BillingDataAccessServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="changeSubscriptionByTenant"> - <soap12:operation soapAction="urn:changeSubscriptionByTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="activateSubscription"> - <soap12:operation soapAction="urn:activateSubscription" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getInactiveSubscriptionsOfCustomer"> - <soap12:operation soapAction="urn:getInactiveSubscriptionsOfCustomer" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionBySuperTenant"> - <soap12:operation soapAction="urn:deactivateActiveSubscriptionBySuperTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getItemIdWithName"> - <soap12:operation soapAction="urn:getItemIdWithName" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deleteBillingData"> - <soap12:operation soapAction="urn:deleteBillingData" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="addSubscription"> - <soap12:operation soapAction="urn:addSubscription" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivateActiveSubscriptionByTenant"> - <soap12:operation soapAction="urn:deactivateActiveSubscriptionByTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getSubscription"> - <soap12:operation soapAction="urn:getSubscription" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getCustomerWithName"> - <soap12:operation soapAction="urn:getCustomerWithName" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerBySuperTenant"> - <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerBySuperTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveSubscriptionOfCustomerByTenant"> - <soap12:operation soapAction="urn:getActiveSubscriptionOfCustomerByTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionBySuperTenant"> - <soap12:operation soapAction="urn:changeSubscriptionBySuperTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="changeSubscriptionForTenant"> - <soap12:operation soapAction="urn:changeSubscriptionForTenant" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="BillingDataAccessServiceException"> - <soap12:fault use="literal" name="BillingDataAccessServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="BillingDataAccessServiceHttpBinding" type="ns:BillingDataAccessServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="changeSubscriptionByTenant"> - <http:operation location="changeSubscriptionByTenant"/> - <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="activateSubscription"> - <http:operation location="activateSubscription"/> - <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="getInactiveSubscriptionsOfCustomer"> - <http:operation location="getInactiveSubscriptionsOfCustomer"/> - <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="deactivateActiveSubscriptionBySuperTenant"> - <http:operation location="deactivateActiveSubscriptionBySuperTenant"/> - <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="getItemIdWithName"> - <http:operation location="getItemIdWithName"/> - <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="deleteBillingData"> - <http:operation location="deleteBillingData"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - </wsdl:operation> - <wsdl:operation name="addSubscription"> - <http:operation location="addSubscription"/> - <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="deactivateActiveSubscriptionByTenant"> - <http:operation location="deactivateActiveSubscriptionByTenant"/> - <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="getSubscription"> - <http:operation location="getSubscription"/> - <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="getCustomerWithName"> - <http:operation location="getCustomerWithName"/> - <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="getActiveSubscriptionOfCustomerBySuperTenant"> - <http:operation location="getActiveSubscriptionOfCustomerBySuperTenant"/> - <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="getActiveSubscriptionOfCustomerByTenant"> - <http:operation location="getActiveSubscriptionOfCustomerByTenant"/> - <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="changeSubscriptionBySuperTenant"> - <http:operation location="changeSubscriptionBySuperTenant"/> - <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="changeSubscriptionForTenant"> - <http:operation location="changeSubscriptionForTenant"/> - <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="BillingDataAccessService"> - <wsdl:port name="BillingDataAccessServiceHttpsSoap11Endpoint" binding="ns:BillingDataAccessServiceSoap11Binding"> - <soap:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap11Endpoint/"/> - </wsdl:port> - <wsdl:port name="BillingDataAccessServiceHttpsSoap12Endpoint" binding="ns:BillingDataAccessServiceSoap12Binding"> - <soap12:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="BillingDataAccessServiceHttpsEndpoint" binding="ns:BillingDataAccessServiceHttpBinding"> - <http:address location="https://192.168.1.102:9443/services/BillingDataAccessService.BillingDataAccessServiceHttpsEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/EmailValidationService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/EmailValidationService.wsdl b/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/EmailValidationService.wsdl deleted file mode 100644 index d411030..0000000 --- a/service-stubs/org.apache.stratos.account.mgt.stub/src/main/resources/EmailValidationService.wsdl +++ /dev/null @@ -1,114 +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:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.mgt.account.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 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.account.stratos.apache.org"> - <wsdl:documentation>EmailValidationService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.mgt.account.stratos.apache.org"> - <xs:element name="proceedUpdateContactException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="proceedUpdateContactException" 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="proceedUpdateContact"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="confirmationKey" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="proceedUpdateContactRequest"> - <wsdl:part name="parameters" element="ns:proceedUpdateContact" /> - </wsdl:message> - <wsdl:message name="proceedUpdateContactResponse" /> - <wsdl:message name="proceedUpdateContactException"> - <wsdl:part name="parameters" element="ns:proceedUpdateContactException" /> - </wsdl:message> - <wsdl:portType name="EmailValidationServicePortType"> - <wsdl:operation name="proceedUpdateContact"> - <wsdl:input message="ns:proceedUpdateContactRequest" wsaw:Action="urn:proceedUpdateContact" /> - <wsdl:output message="ns:proceedUpdateContactResponse" wsaw:Action="urn:proceedUpdateContactResponse" /> - <wsdl:fault message="ns:proceedUpdateContactException" name="proceedUpdateContactException" wsaw:Action="urn:proceedUpdateContactproceedUpdateContactException" /> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="EmailValidationServiceSoap11Binding" type="ns:EmailValidationServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="proceedUpdateContact"> - <soap:operation soapAction="urn:proceedUpdateContact" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="proceedUpdateContactException"> - <soap:fault use="literal" name="proceedUpdateContactException" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="EmailValidationServiceSoap12Binding" type="ns:EmailValidationServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="proceedUpdateContact"> - <soap12:operation soapAction="urn:proceedUpdateContact" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="proceedUpdateContactException"> - <soap12:fault use="literal" name="proceedUpdateContactException" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="EmailValidationServiceHttpBinding" type="ns:EmailValidationServicePortType"> - <http:binding verb="POST" /> - <wsdl:operation name="proceedUpdateContact"> - <http:operation location="proceedUpdateContact" /> - <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="EmailValidationService"> - <wsdl:port name="EmailValidationServiceHttpsSoap11Endpoint" binding="ns:EmailValidationServiceSoap11Binding"> - <soap:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap11Endpoint/" /> - </wsdl:port> - <wsdl:port name="EmailValidationServiceHttpsSoap12Endpoint" binding="ns:EmailValidationServiceSoap12Binding"> - <soap12:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsSoap12Endpoint/" /> - </wsdl:port> - <wsdl:port name="EmailValidationServiceHttpsEndpoint" binding="ns:EmailValidationServiceHttpBinding"> - <http:address location="https://192.168.1.100:9443/services/EmailValidationService.EmailValidationServiceHttpsEndpoint/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml deleted file mode 100644 index ac6f7eb..0000000 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ /dev/null @@ -1,135 +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.adc.instanceinfo.mgt.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Cartridge Info 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> - <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/InstanceInformationManagementService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.adc.instanceinfo.mgt.stub -ns2p http://org.apache.axis2/xsd=org.apache.stratos.adc.instanceinfo.mgt.stub" /> - <classpath refid="wsdl2java.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.adc.instanceinfo.mgt.stub.*; - version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.adc.instanceinfo.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>wsdl4j.wso2</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom.wso2</groupId> - <artifactId>axiom</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.schema.wso2</groupId> - <artifactId>XmlSchema</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.adc.instanceinfo.mgt.stub/src/main/resources/InstanceInformationManagementService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/src/main/resources/InstanceInformationManagementService.wsdl b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/src/main/resources/InstanceInformationManagementService.wsdl deleted file mode 100644 index 42fd476..0000000 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/src/main/resources/InstanceInformationManagementService.wsdl +++ /dev/null @@ -1,84 +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:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="http://service.mgt.hosting.stratos.apache.org" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 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://service.mgt.hosting.stratos.apache.org"> - <wsdl:documentation>InstanceInformationManagementService</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="updateInstanceState"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="instanceIp" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - <xs:element minOccurs="0" name="clusterDomain" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="clusterSubDomain" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="cartridge" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="state" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="updateInstanceStateRequest"> - <wsdl:part name="parameters" element="ns1:updateInstanceState"/> - </wsdl:message> - <wsdl:portType name="InstanceInformationManagementServicePortType"> - <wsdl:operation name="updateInstanceState"> - <wsdl:input message="tns:updateInstanceStateRequest" wsaw:Action="urn:updateInstanceState"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="InstanceInformationManagementServiceSoap11Binding" type="tns:InstanceInformationManagementServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="updateInstanceState"> - <soap:operation soapAction="urn:updateInstanceState" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="InstanceInformationManagementServiceSoap12Binding" type="tns:InstanceInformationManagementServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="updateInstanceState"> - <soap12:operation soapAction="urn:updateInstanceState" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="InstanceInformationManagementServiceHttpBinding" type="tns:InstanceInformationManagementServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="updateInstanceState"> - <http:operation location="updateInstanceState"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="InstanceInformationManagementService"> - <wsdl:port name="InstanceInformationManagementServiceHttpsSoap11Endpoint" binding="tns:InstanceInformationManagementServiceSoap11Binding"> - <soap:address location="https://203.143.18.246:9445/services/InstanceInformationManagementService.InstanceInformationManagementServiceHttpsSoap11Endpoint/"/> - </wsdl:port> - <wsdl:port name="InstanceInformationManagementServiceHttpsSoap12Endpoint" binding="tns:InstanceInformationManagementServiceSoap12Binding"> - <soap12:address location="https://203.143.18.246:9445/services/InstanceInformationManagementService.InstanceInformationManagementServiceHttpsSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="InstanceInformationManagementServiceHttpsEndpoint" binding="tns:InstanceInformationManagementServiceHttpBinding"> - <http:address location="https://203.143.18.246:9445/services/InstanceInformationManagementService.InstanceInformationManagementServiceHttpsEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml deleted file mode 100644 index 4609920..0000000 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ /dev/null @@ -1,126 +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.adc.reponotification.service.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Repository Notification Service 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/RepoNotificationService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.adc.reponotification.stub -ns2p http://org.apache.axis2/xsd=org.apache.stratos.adc.reponotification.stub.types.axis2" /> - <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.adc.reponotification.stub.*; version="${project.version}", - org.apache.stratos.manager.service.*; version="${project.version}", - org.apache.stratos.manager.dto.*; version="${project.version}", - org.apache.stratos.manager.exception.xsd.*; version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.adc.reponotification.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> - </dependencies> -</project> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.adc.reponotification.service.stub/src/main/resources/RepoNotificationService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/src/main/resources/RepoNotificationService.wsdl b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/src/main/resources/RepoNotificationService.wsdl deleted file mode 100644 index bc374d7..0000000 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/src/main/resources/RepoNotificationService.wsdl +++ /dev/null @@ -1,141 +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:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="http://service.mgt.hosting.carbon.wso2.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.mgt.hosting.carbon.wso2.org"> - <wsdl:documentation>RepoNotificationService</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="RepoNotificationServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="RepoNotificationServiceException" nillable="true" type="ns1: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="synchronize"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="repositoryURL" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="notifyRepoUpdate"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="notifyRepoUpdateRequest"> - <wsdl:part name="parameters" element="ns1:notifyRepoUpdate"/> - </wsdl:message> - <wsdl:message name="RepoNotificationServiceException"> - <wsdl:part name="parameters" element="ns1:RepoNotificationServiceException"/> - </wsdl:message> - <wsdl:message name="synchronizeRequest"> - <wsdl:part name="parameters" element="ns1:synchronize"/> - </wsdl:message> - <wsdl:portType name="RepoNotificationServicePortType"> - <wsdl:operation name="notifyRepoUpdate"> - <wsdl:input message="tns:notifyRepoUpdateRequest" wsaw:Action="urn:notifyRepoUpdate"/> - <wsdl:fault message="tns:RepoNotificationServiceException" name="RepoNotificationServiceException" wsaw:Action="urn:notifyRepoUpdateRepoNotificationServiceException"/> - </wsdl:operation> - <wsdl:operation name="synchronize"> - <wsdl:input message="tns:synchronizeRequest" wsaw:Action="urn:synchronize"/> - <wsdl:fault message="tns:RepoNotificationServiceException" name="RepoNotificationServiceException" wsaw:Action="urn:synchronizeRepoNotificationServiceException"/> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="RepoNotificationServiceSoap11Binding" type="tns:RepoNotificationServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="notifyRepoUpdate"> - <soap:operation soapAction="urn:notifyRepoUpdate" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:fault name="RepoNotificationServiceException"> - <soap:fault use="literal" name="RepoNotificationServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="synchronize"> - <soap:operation soapAction="urn:synchronize" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:fault name="RepoNotificationServiceException"> - <soap:fault use="literal" name="RepoNotificationServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="RepoNotificationServiceSoap12Binding" type="tns:RepoNotificationServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="notifyRepoUpdate"> - <soap12:operation soapAction="urn:notifyRepoUpdate" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:fault name="RepoNotificationServiceException"> - <soap12:fault use="literal" name="RepoNotificationServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="synchronize"> - <soap12:operation soapAction="urn:synchronize" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:fault name="RepoNotificationServiceException"> - <soap12:fault use="literal" name="RepoNotificationServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="RepoNotificationServiceHttpBinding" type="tns:RepoNotificationServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="notifyRepoUpdate"> - <http:operation location="notifyRepoUpdate"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - </wsdl:operation> - <wsdl:operation name="synchronize"> - <http:operation location="synchronize"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="RepoNotificationService"> - <wsdl:port name="RepoNotificationServiceHttpsSoap11Endpoint" binding="tns:RepoNotificationServiceSoap11Binding"> - <soap:address location="https://192.168.93.68:9445/services/RepoNotificationService.RepoNotificationServiceHttpsSoap11Endpoint/"/> - </wsdl:port> - <wsdl:port name="RepoNotificationServiceHttpsSoap12Endpoint" binding="tns:RepoNotificationServiceSoap12Binding"> - <soap12:address location="https://192.168.93.68:9445/services/RepoNotificationService.RepoNotificationServiceHttpsSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="RepoNotificationServiceHttpsEndpoint" binding="tns:RepoNotificationServiceHttpBinding"> - <http:address location="https://192.168.93.68:9445/services/RepoNotificationService.RepoNotificationServiceHttpsEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
