中国开发网: 论坛: 程序员情感CBD: 贴子 328744
haitao
搞反了。。。刚才的才是googleapi的wsdl
NodeType=XML Root
├#version="1.0"
├#encoding="UTF-8"
└NodeType=definitions
├#name="AirportWeather"
├#targetNamespace="http://www.capeclear.com/AirportWeather.wsdl"
├#xmlns="http://schemas.xmlsoap.org/wsdl/"
├#xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
├#xmlns:tns="http://www.capeclear.com/AirportWeather.wsdl"
├#xmlns:xsd="http://www.w3.org/2001/XMLSchema"
├#xmlns:xsd1="http://www.capeclear.com/AirportWeather.xsd"
├NodeType=types
│└NodeType=xsd:schema
│ ├#targetNamespace="http://www.capeclear.com/AirportWeather.xsd"
│ ├#xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
│ ├#xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
│ ├#xmlns:xsd="http://www.w3.org/2001/XMLSchema"
│ └NodeType=xsd:complexType
│ ├#name="WeatherSummary"
│ └NodeType=xsd:sequence
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="location"
│ │└#type="xsd:string"
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="wind"
│ │└#type="xsd:string"
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="sky"
│ │└#type="xsd:string"
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="temp"
│ │└#type="xsd:string"
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="humidity"
│ │└#type="xsd:string"
│ ├NodeType=xsd:element
│ │├#maxOccurs="1"
│ │├#minOccurs="1"
│ │├#name="pressure"
│ │└#type="xsd:string"
│ └NodeType=xsd:element
│ ├#maxOccurs="1"
│ ├#minOccurs="1"
│ ├#name="visibility"
│ └#type="xsd:string"
├NodeType=message
│├#name="getLocation"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getLocationResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getWind"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getWindResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getSkyConditions"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getSkyConditionsResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getVisibility"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getVisibilityResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getTemperature"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getTemperatureResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getPressure"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getPressureResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getHumidity"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getHumidityResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=message
│├#name="getSummary"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getSummaryResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd1:WeatherSummary"
├NodeType=message
│├#name="getOb"
│└NodeType=part
│ ├#name="arg0"
│ └#type="xsd:string"
├NodeType=message
│├#name="getObResponse"
│└NodeType=part
│ ├#name="return"
│ └#type="xsd:string"
├NodeType=portType
│├#name="AirportWeather"
│├NodeType=operation
││├#name="getLocation"
││├NodeType=input
│││└#message="tns:getLocation"
││└NodeType=output
││ └#message="tns:getLocationResponse"
│├NodeType=operation
││├#name="getWind"
││├NodeType=input
│││└#message="tns:getWind"
││└NodeType=output
││ └#message="tns:getWindResponse"
│├NodeType=operation
││├#name="getSkyConditions"
││├NodeType=input
│││└#message="tns:getSkyConditions"
││└NodeType=output
││ └#message="tns:getSkyConditionsResponse"
│├NodeType=operation
││├#name="getVisibility"
││├NodeType=input
│││└#message="tns:getVisibility"
││└NodeType=output
││ └#message="tns:getVisibilityResponse"
│├NodeType=operation
││├#name="getTemperature"
││├NodeType=input
│││└#message="tns:getTemperature"
││└NodeType=output
││ └#message="tns:getTemperatureResponse"
│├NodeType=operation
││├#name="getPressure"
││├NodeType=input
│││└#message="tns:getPressure"
││└NodeType=output
││ └#message="tns:getPressureResponse"
│├NodeType=operation
││├#name="getHumidity"
││├NodeType=input
│││└#message="tns:getHumidity"
││└NodeType=output
││ └#message="tns:getHumidityResponse"
│├NodeType=operation
││├#name="getSummary"
││├NodeType=input
│││└#message="tns:getSummary"
││└NodeType=output
││ └#message="tns:getSummaryResponse"
│└NodeType=operation
│ ├#name="getOb"
│ ├NodeType=input
│ │└#message="tns:getOb"
│ └NodeType=output
│ └#message="tns:getObResponse"
├NodeType=binding
│├#name="AirportWeatherBinding"
│├#type="tns:AirportWeather"
│├NodeType=soap:binding
││├#style="rpc"
││└#transport="http://schemas.xmlsoap.org/soap/http"
│├NodeType=operation
││├#name="getLocation"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getLocation"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getWind"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getWind"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getSkyConditions"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getSkyConditions"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getVisibility"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getVisibility"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getTemperature"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getTemperature"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getPressure"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getPressure"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getHumidity"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getHumidity"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│├NodeType=operation
││├#name="getSummary"
││├NodeType=soap:operation
│││└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│││ |ation#getSummary"
││├NodeType=input
│││└NodeType=soap:body
│││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│││ │|tation"
│││ └#use="encoded"
││└NodeType=output
││ └NodeType=soap:body
││ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
││ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
││ │|tation"
││ └#use="encoded"
│└NodeType=operation
│ ├#name="getOb"
│ ├NodeType=soap:operation
│ │└|#soapAction="capeconnect:AirportWeather:com.capeclear.weatherstation.St
│ │ |ation#getOb"
│ ├NodeType=input
│ │└NodeType=soap:body
│ │ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│ │ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│ │ │|tation"
│ │ └#use="encoded"
│ └NodeType=output
│ └NodeType=soap:body
│ ├#encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
│ ├|#namespace="capeconnect:AirportWeather:com.capeclear.weatherstation.S
│ │|tation"
│ └#use="encoded"
└NodeType=service
├#name="AirportWeather"
├NodeType=documentation
│└Data=AirportWeather
└NodeType=port
├#binding="tns:AirportWeatherBinding"
├#name="AirportWeather"
└NodeType=soap:address
└#location="http://www.capescience.com/ccgw/GWXmlServlet"
我的blog:http://szhaitao.blog.hexun.com & http://www.hoolee.com/user/haitao
--以上均为泛泛之谈--
不尽牛人滚滚来,无边硬伤纷纷现 人在江湖(出来的),哪能不挨刀(总归是要的)
网络对话,歧义纷生;你以为明白了对方的话,其实呢?

您所在的IP暂时不能使用低版本的QQ,请到:http://im.qq.com/下载安装最新版的QQ,感谢您对QQ的支持和使用

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录