weather_bindings.wsdl

来自「factorization.zip」· WSDL 代码 · 共 2 行

WSDL
2
字号
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="Weather" targetNamespace="http://ogsa.globus.org/samples/weather/bindings" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:weather="http://ogsa.globus.org/samples/weather"><import location="weather_port_type.wsdl" namespace="http://ogsa.globus.org/samples/weather"/><binding name="WeatherSOAPBinding" type="weather:WeatherPortType"><soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="setZipCode"><soap:operation soapAction="http://ogsa.globus.org/samples/weather#setZipCode"/><input><soap:body namespace="http://ogsa.globus.org/samples/weather" use="literal"/></input><output><soap:body namespace="http://ogsa.globus.org/samples/weather" use="literal"/></output></operation><operation name="getTemp"><soap:operation soapAction="http://ogsa.globus.org/samples/weather#getTemp"/><input><soap:body namespace="http://ogsa.globus.org/samples/weather" use="literal"/></input><output><soap:body namespace="http://ogsa.globus.org/samples/weather" use="literal"/></output></operation></binding></definitions>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?