| <wsdl:definitions |
| xmlns:ns1="http://org.apache.axis2/xsd" |
| xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" |
| xmlns:ns0="http://wtp/xsd" |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" |
| xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
| xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" |
| xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" |
| xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" |
| xmlns:axis2="http://wtp" |
| targetNamespace="http://wtp"> |
| <wsdl:documentation>Converter</wsdl:documentation> |
| <wsdl:types> |
| <xs:schema |
| xmlns:ns="http://wtp/xsd" |
| attributeFormDefault="qualified" |
| elementFormDefault="qualified" |
| targetNamespace="http://wtp/xsd"> |
| <xs:element name="celsiusToFarenheit"> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element |
| name="celsius" |
| nillable="true" |
| type="xs:float" /> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element name="celsiusToFarenheitResponse"> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element |
| name="return" |
| nillable="true" |
| type="xs:float" /> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element name="farenheitToCelsius"> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element |
| name="farenheit" |
| nillable="true" |
| type="xs:float" /> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| <xs:element name="farenheitToCelsiusResponse"> |
| <xs:complexType> |
| <xs:sequence> |
| <xs:element |
| name="return" |
| nillable="true" |
| type="xs:float" /> |
| </xs:sequence> |
| </xs:complexType> |
| </xs:element> |
| </xs:schema> |
| </wsdl:types> |
| <wsdl:message name="celsiusToFarenheitMessage"> |
| <wsdl:part |
| name="part1" |
| element="ns0:celsiusToFarenheit" /> |
| </wsdl:message> |
| <wsdl:message name="celsiusToFarenheitResponse"> |
| <wsdl:part |
| name="part1" |
| element="ns0:celsiusToFarenheitResponse" /> |
| </wsdl:message> |
| <wsdl:message name="farenheitToCelsiusMessage"> |
| <wsdl:part |
| name="part1" |
| element="ns0:farenheitToCelsius" /> |
| </wsdl:message> |
| <wsdl:message name="farenheitToCelsiusResponse"> |
| <wsdl:part |
| name="part1" |
| element="ns0:farenheitToCelsiusResponse" /> |
| </wsdl:message> |
| <wsdl:portType name="ConverterPortType"> |
| <wsdl:operation name="celsiusToFarenheit"> |
| <wsdl:input |
| xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" |
| message="axis2:celsiusToFarenheitMessage" |
| wsaw:Action="urn:celsiusToFarenheit" /> |
| <wsdl:output message="axis2:celsiusToFarenheitResponse" /> |
| </wsdl:operation> |
| <wsdl:operation name="farenheitToCelsius"> |
| <wsdl:input |
| xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" |
| message="axis2:farenheitToCelsiusMessage" |
| wsaw:Action="urn:farenheitToCelsius" /> |
| <wsdl:output message="axis2:farenheitToCelsiusResponse" /> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding |
| name="ConverterSOAP11Binding" |
| type="axis2:ConverterPortType"> |
| <soap:binding |
| transport="http://schemas.xmlsoap.org/soap/http" |
| style="document" /> |
| <wsdl:operation name="celsiusToFarenheit"> |
| <soap:operation |
| soapAction="urn:celsiusToFarenheit" |
| style="document" /> |
| <wsdl:input> |
| <soap:body use="literal" /> |
| </wsdl:input> |
| <wsdl:output> |
| <soap:body use="literal" /> |
| </wsdl:output> |
| </wsdl:operation> |
| <wsdl:operation name="farenheitToCelsius"> |
| <soap:operation |
| soapAction="urn:farenheitToCelsius" |
| 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="ConverterSOAP12Binding" |
| type="axis2:ConverterPortType"> |
| <soap12:binding |
| transport="http://schemas.xmlsoap.org/soap/http" |
| style="document" /> |
| <wsdl:operation name="celsiusToFarenheit"> |
| <soap12:operation |
| soapAction="urn:celsiusToFarenheit" |
| style="document" /> |
| <wsdl:input> |
| <soap12:body use="literal" /> |
| </wsdl:input> |
| <wsdl:output> |
| <soap12:body use="literal" /> |
| </wsdl:output> |
| </wsdl:operation> |
| <wsdl:operation name="farenheitToCelsius"> |
| <soap12:operation |
| soapAction="urn:farenheitToCelsius" |
| 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="ConverterHttpBinding" |
| type="axis2:ConverterPortType"> |
| <http:binding verb="POST" /> |
| <wsdl:operation name="celsiusToFarenheit"> |
| <http:operation location="celsiusToFarenheit" /> |
| <wsdl:input> |
| <mime:content type="text/xml" /> |
| </wsdl:input> |
| <wsdl:output> |
| <mime:content type="text/xml" /> |
| </wsdl:output> |
| </wsdl:operation> |
| <wsdl:operation name="farenheitToCelsius"> |
| <http:operation location="farenheitToCelsius" /> |
| <wsdl:input> |
| <mime:content type="text/xml" /> |
| </wsdl:input> |
| <wsdl:output> |
| <mime:content type="text/xml" /> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="Converter"> |
| <wsdl:port |
| name="ConverterSOAP11port_http" |
| binding="axis2:ConverterSOAP11Binding"> |
| <soap:address location="http://9.26.191.208:8080/a2a/services/Converter" /> |
| </wsdl:port> |
| <wsdl:port |
| name="ConverterSOAP12port_http" |
| binding="axis2:ConverterSOAP12Binding"> |
| <soap12:address location="http://9.26.191.208:8080/a2a/services/Converter" /> |
| </wsdl:port> |
| <wsdl:port |
| name="ConverterHttpport" |
| binding="axis2:ConverterHttpBinding"> |
| <http:address location="http://9.26.191.208:8080/a2a/services/Converter" /> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |