<?xml version="1.0" encoding="utf-8"?>
|
<wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:tns="http://tempuri.org/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
<wsdl:types>
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
<s:element name="GetAirQuality">
|
<s:complexType>
|
<s:sequence>
|
<s:element minOccurs="0" maxOccurs="1" name="lat" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="lon" type="s:string" />
|
</s:sequence>
|
</s:complexType>
|
</s:element>
|
<s:element name="GetAirQualityResponse">
|
<s:complexType>
|
<s:sequence>
|
<s:element minOccurs="0" maxOccurs="1" name="GetAirQualityResult" type="tns:AirQuality" />
|
</s:sequence>
|
</s:complexType>
|
</s:element>
|
<s:complexType name="AirQuality">
|
<s:sequence>
|
<s:element minOccurs="1" maxOccurs="1" name="code" type="s:int" />
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="tns:Data" />
|
<s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="rc" type="tns:Rc" />
|
</s:sequence>
|
</s:complexType>
|
<s:complexType name="Data">
|
<s:sequence>
|
<s:element minOccurs="0" maxOccurs="1" name="city" type="tns:City" />
|
<s:element minOccurs="0" maxOccurs="1" name="aqi" type="tns:Aqi" />
|
<s:element minOccurs="0" maxOccurs="1" name="condition" type="tns:Condition" />
|
</s:sequence>
|
</s:complexType>
|
<s:complexType name="City">
|
<s:sequence>
|
<s:element minOccurs="1" maxOccurs="1" name="cityId" type="s:int" />
|
<s:element minOccurs="0" maxOccurs="1" name="counname" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pname" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="timezone" type="s:string" />
|
</s:sequence>
|
</s:complexType>
|
<s:complexType name="Aqi">
|
<s:sequence>
|
<s:element minOccurs="0" maxOccurs="1" name="cityName" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="co" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="coC" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="no2" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="no2C" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="o3" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="o3C" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pm10" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pm10C" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pm25" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pm25C" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="pubtime" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="rank" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="so2" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="so2C" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="value" type="s:string" />
|
</s:sequence>
|
</s:complexType>
|
<s:complexType name="Condition">
|
<s:sequence>
|
<s:element minOccurs="0" maxOccurs="1" name="condition" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="humidity" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="icon" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="temp" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="updatetime" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="windDir" type="s:string" />
|
<s:element minOccurs="0" maxOccurs="1" name="windLevel" type="s:string" />
|
</s:sequence>
|
</s:complexType>
|
<s:complexType name="Rc">
|
<s:sequence>
|
<s:element minOccurs="1" maxOccurs="1" name="c" type="s:int" />
|
<s:element minOccurs="0" maxOccurs="1" name="p" type="s:string" />
|
</s:sequence>
|
</s:complexType>
|
<s:element name="AirQuality" nillable="true" type="tns:AirQuality" />
|
</s:schema>
|
</wsdl:types>
|
<wsdl:message name="GetAirQualitySoapIn">
|
<wsdl:part name="parameters" element="tns:GetAirQuality" />
|
</wsdl:message>
|
<wsdl:message name="GetAirQualitySoapOut">
|
<wsdl:part name="parameters" element="tns:GetAirQualityResponse" />
|
</wsdl:message>
|
<wsdl:message name="GetAirQualityHttpGetIn">
|
<wsdl:part name="lat" type="s:string" />
|
<wsdl:part name="lon" type="s:string" />
|
</wsdl:message>
|
<wsdl:message name="GetAirQualityHttpGetOut">
|
<wsdl:part name="Body" element="tns:AirQuality" />
|
</wsdl:message>
|
<wsdl:message name="GetAirQualityHttpPostIn">
|
<wsdl:part name="lat" type="s:string" />
|
<wsdl:part name="lon" type="s:string" />
|
</wsdl:message>
|
<wsdl:message name="GetAirQualityHttpPostOut">
|
<wsdl:part name="Body" element="tns:AirQuality" />
|
</wsdl:message>
|
<wsdl:portType name="WebServiceAirQualitySoap">
|
<wsdl:operation name="GetAirQuality">
|
<wsdl:input message="tns:GetAirQualitySoapIn" />
|
<wsdl:output message="tns:GetAirQualitySoapOut" />
|
</wsdl:operation>
|
</wsdl:portType>
|
<wsdl:portType name="WebServiceAirQualityHttpGet">
|
<wsdl:operation name="GetAirQuality">
|
<wsdl:input message="tns:GetAirQualityHttpGetIn" />
|
<wsdl:output message="tns:GetAirQualityHttpGetOut" />
|
</wsdl:operation>
|
</wsdl:portType>
|
<wsdl:portType name="WebServiceAirQualityHttpPost">
|
<wsdl:operation name="GetAirQuality">
|
<wsdl:input message="tns:GetAirQualityHttpPostIn" />
|
<wsdl:output message="tns:GetAirQualityHttpPostOut" />
|
</wsdl:operation>
|
</wsdl:portType>
|
<wsdl:binding name="WebServiceAirQualitySoap" type="tns:WebServiceAirQualitySoap">
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
<wsdl:operation name="GetAirQuality">
|
<soap:operation soapAction="http://tempuri.org/GetAirQuality" 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="WebServiceAirQualitySoap12" type="tns:WebServiceAirQualitySoap">
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
<wsdl:operation name="GetAirQuality">
|
<soap12:operation soapAction="http://tempuri.org/GetAirQuality" 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="WebServiceAirQualityHttpGet" type="tns:WebServiceAirQualityHttpGet">
|
<http:binding verb="GET" />
|
<wsdl:operation name="GetAirQuality">
|
<http:operation location="/GetAirQuality" />
|
<wsdl:input>
|
<http:urlEncoded />
|
</wsdl:input>
|
<wsdl:output>
|
<mime:mimeXml part="Body" />
|
</wsdl:output>
|
</wsdl:operation>
|
</wsdl:binding>
|
<wsdl:binding name="WebServiceAirQualityHttpPost" type="tns:WebServiceAirQualityHttpPost">
|
<http:binding verb="POST" />
|
<wsdl:operation name="GetAirQuality">
|
<http:operation location="/GetAirQuality" />
|
<wsdl:input>
|
<mime:content type="application/x-www-form-urlencoded" />
|
</wsdl:input>
|
<wsdl:output>
|
<mime:mimeXml part="Body" />
|
</wsdl:output>
|
</wsdl:operation>
|
</wsdl:binding>
|
<wsdl:service name="WebServiceAirQuality">
|
<wsdl:port name="WebServiceAirQualitySoap" binding="tns:WebServiceAirQualitySoap">
|
<soap:address location="http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx" />
|
</wsdl:port>
|
<wsdl:port name="WebServiceAirQualitySoap12" binding="tns:WebServiceAirQualitySoap12">
|
<soap12:address location="http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx" />
|
</wsdl:port>
|
<wsdl:port name="WebServiceAirQualityHttpGet" binding="tns:WebServiceAirQualityHttpGet">
|
<http:address location="http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx" />
|
</wsdl:port>
|
<wsdl:port name="WebServiceAirQualityHttpPost" binding="tns:WebServiceAirQualityHttpPost">
|
<http:address location="http://service.hdlcontrol.com:8000/WebService/WebServiceAirQuality.asmx" />
|
</wsdl:port>
|
</wsdl:service>
|
</wsdl:definitions>
|