| <?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://services.registry.airavata.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: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://services.registry.airavata.apache.org"> |
| <wsdl:documentation> |
| Provide Simple Service for Testing Purpose including addition, subtraction, multiplication, |
| array-generator |
| </wsdl:documentation> |
| <wsdl:types> |
| <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" |
| targetNamespace="http://services.registry.airavata.apache.org"> |
| <xs:element name="isRegistryServiceStartedResponse"> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element minOccurs="0" name="return" type="xs:boolean" /> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:schema> |
| </wsdl:types> |
| <wsdl:message name="isRegistryServiceStartedRequest" /> |
| <wsdl:message name="isRegistryServiceStartedResponse"> |
| <wsdl:part name="parameters" element="ns:isRegistryServiceStartedResponse" /> |
| </wsdl:message> |
| <wsdl:portType name="RegistryServicePortType"> |
| <wsdl:operation name="isRegistryServiceStarted"> |
| <wsdl:input message="ns:isRegistryServiceStartedRequest" wsaw:Action="urn:isRegistryServiceStarted" /> |
| <wsdl:output message="ns:isRegistryServiceStartedResponse" wsaw:Action="urn:isRegistryServiceStartedResponse" /> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="RegistryServiceSoap11Binding" type="ns:RegistryServicePortType"> |
| <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> |
| <wsdl:operation name="isRegistryServiceStarted"> |
| <soap:operation soapAction="urn:isRegistryServiceStarted" style="document" /> |
| <wsdl:input> |
| <soap:body use="literal" /> |
| </wsdl:input> |
| <wsdl:output> |
| <soap:body use="literal" /> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:binding name="RegistryServiceSoap12Binding" type="ns:RegistryServicePortType"> |
| <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> |
| <wsdl:operation name="isRegistryServiceStarted"> |
| <soap12:operation soapAction="urn:isRegistryServiceStarted" style="document" /> |
| <wsdl:input> |
| <soap12:body use="literal" /> |
| </wsdl:input> |
| <wsdl:output> |
| <soap12:body use="literal" /> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:binding name="RegistryServiceHttpBinding" type="ns:RegistryServicePortType"> |
| <http:binding verb="POST" /> |
| <wsdl:operation name="isRegistryServiceStarted"> |
| <http:operation location="RegistryService/isRegistryServiceStarted" /> |
| <wsdl:input> |
| <mime:content type="text/xml" part="isRegistryServiceStarted" /> |
| </wsdl:input> |
| <wsdl:output> |
| <mime:content type="text/xml" part="isRegistryServiceStarted" /> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="RegistryService"> |
| <wsdl:port name="RegistryServiceHttpSoap11Endpoint" binding="ns:RegistryServiceSoap11Binding"> |
| <soap:address location="http://localhost:8080/axis2/services/RegistryService.RegistryServiceHttpSoap11Endpoint/" /> |
| </wsdl:port> |
| <wsdl:port name="RegistryServiceHttpSoap12Endpoint" binding="ns:RegistryServiceSoap12Binding"> |
| <soap12:address location="http://localhost:8080/axis2/services/RegistryService.RegistryServiceHttpSoap12Endpoint/" /> |
| </wsdl:port> |
| <wsdl:port name="RegistryServiceHttpEndpoint" binding="ns:RegistryServiceHttpBinding"> |
| <http:address location="http://localhost:8080/axis2/services/RegistryService.RegistryServiceHttpEndpoint/" /> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |