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

📄 scheduling.wsdl

📁 jbpm-bpel-1.1.Beta3 JBoss jBPM Starters Kit  是一个综合包
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://manufacturing.org/wsdl/purchase"
  xmlns:tns="http://manufacturing.org/wsdl/purchase"
  xmlns:pos="http://manufacturing.org/wsdl/purchase"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns="http://schemas.xmlsoap.org/wsdl/">

  <import namespace="http://manufacturing.org/wsdl/purchase"
    location="purchase.wsdl" />

  <binding name="schedulingSoapBinding" type="pos:schedulingPT">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="requestProductionScheduling">
      <soap:operation soapAction="http://manufacturing.org/wsdl/purchase" />
      <input>
        <soap:body use="literal"
          namespace="http://manufacturing.org/wsdl/purchase" />
      </input>
      <output>
        <soap:body use="literal"
          namespace="http://manufacturing.org/wsdl/purchase" />
      </output>
    </operation>
    <operation name="sendShippingSchedule">
      <soap:operation soapAction="http://manufacturing.org/wsdl/purchase" />
      <input>
        <soap:body use="literal"
          namespace="http://manufacturing.org/wsdl/purchase" />
      </input>
      <output>
        <soap:body use="literal"
          namespace="http://manufacturing.org/wsdl/purchase" />
      </output>
    </operation>
  </binding>

  <service name="schedulingService">
    <port name="schedulingSoapPort" binding="tns:schedulingSoapBinding">
      <soap:address location="REPLACE_WITH_ACTUAL_URI" />
    </port>
  </service>

</definitions>

⌨️ 快捷键说明

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