dataprocess_bindings.wsdl

来自「这是java开发的数据处理服务程序 很值得参考学习!!!!!!!!!!!!!!」· WSDL 代码 · 共 41 行

WSDL
41
字号
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="DataProcessService" targetNamespace="http://examples.merrill.org/dataprocess/DataProcessService/bindings" xmlns:porttype="http://examples.merrill.org/dataprocess/DataProcessService" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:import namespace="http://examples.merrill.org/dataprocess/DataProcessService" location="DataProcess_flattened.wsdl"/>
  <wsdl:binding name="DataProcessPortTypeSOAPBinding" type="porttype:DataProcessPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="dataprocess">
      <soap:operation soapAction="http://examples.merrill.org/dataprocess/DataProcessService/DataProcessPortType/dataprocessRequest"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getValueRP">
      <soap:operation soapAction="http://examples.merrill.org/dataprocess/DataProcessService/DataProcessPortType/getValueRPRequest"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetResourceProperty">
      <soap:operation soapAction="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties/GetResourceProperty"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
      <wsdl:fault name="InvalidResourcePropertyQNameFault">
        <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/>
      </wsdl:fault>
      <wsdl:fault name="ResourceUnknownFault">
        <soap:fault name="ResourceUnknownFault" use="literal"/>
      </wsdl:fault>
    </wsdl:operation>
  </wsdl:binding>
</wsdl:definitions>

⌨️ 快捷键说明

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