⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myweatherforecastservice.wsdl

📁 < J2EE应用开发详解>>一书全部的源代码. 本书基于J2EE 1.4平台
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>

<definitions name="MyWeatherForecastService" targetNamespace="urn:WeatherForecast" xmlns:tns="urn:WeatherForecast" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <types/>
  <message name="WeatherForecastService_createNewWeatherRecoder">
    <part name="String_1" type="xsd:string"/>
    <part name="float_2" type="xsd:float"/></message>
  <message name="WeatherForecastService_createNewWeatherRecoderResponse"/>
  <message name="WeatherForecastService_getDescription">
    <part name="String_1" type="xsd:string"/></message>
  <message name="WeatherForecastService_getDescriptionResponse">
    <part name="result" type="xsd:string"/></message>
  <message name="WeatherForecastService_getTemperature">
    <part name="String_1" type="xsd:string"/></message>
  <message name="WeatherForecastService_getTemperatureResponse">
    <part name="result" type="xsd:float"/></message>
  <message name="WeatherForecastService_modifyWeatherRecoder">
    <part name="String_1" type="xsd:string"/>
    <part name="float_2" type="xsd:float"/></message>
  <message name="WeatherForecastService_modifyWeatherRecoderResponse"/>
  <portType name="WeatherForecastService">
    <operation name="createNewWeatherRecoder" parameterOrder="String_1 float_2">
      <input message="tns:WeatherForecastService_createNewWeatherRecoder"/>
      <output message="tns:WeatherForecastService_createNewWeatherRecoderResponse"/></operation>
    <operation name="getDescription" parameterOrder="String_1">
      <input message="tns:WeatherForecastService_getDescription"/>
      <output message="tns:WeatherForecastService_getDescriptionResponse"/></operation>
    <operation name="getTemperature" parameterOrder="String_1">
      <input message="tns:WeatherForecastService_getTemperature"/>
      <output message="tns:WeatherForecastService_getTemperatureResponse"/></operation>
    <operation name="modifyWeatherRecoder" parameterOrder="String_1 float_2">
      <input message="tns:WeatherForecastService_modifyWeatherRecoder"/>
      <output message="tns:WeatherForecastService_modifyWeatherRecoderResponse"/></operation></portType>
  <binding name="WeatherForecastServiceBinding" type="tns:WeatherForecastService">
    <operation name="createNewWeatherRecoder">
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></output>
      <soap:operation soapAction=""/></operation>
    <operation name="getDescription">
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></output>
      <soap:operation soapAction=""/></operation>
    <operation name="getTemperature">
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></output>
      <soap:operation soapAction=""/></operation>
    <operation name="modifyWeatherRecoder">
      <input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></input>
      <output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:WeatherForecast"/></output>
      <soap:operation soapAction=""/></operation>
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/></binding>
  <service name="MyWeatherForecastService">
    <port name="WeatherForecastServicePort" binding="tns:WeatherForecastServiceBinding">
      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

⌨️ 快捷键说明

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