ticket.wsdl

来自「jbpm-bpel-1.1.Beta3 JBoss jBPM Starters」· WSDL 代码 · 共 23 行

WSDL
23
字号
<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="urn:samples:ticket" 
  xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ http://schemas.xmlsoap.org/wsdl/"
  xmlns:tns="urn:samples:ticket" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://schemas.xmlsoap.org/wsdl/">

  <message name="ticketRequest" />

  <message name="ticketMessage">
    <part name="ticketNo" type="xsd:int" />
  </message>

  <portType name="TicketIssuer">

    <operation name="createTicket">
      <input message="tns:ticketRequest" />
      <output message="tns:ticketMessage" />
    </operation>

  </portType>

</definitions>

⌨️ 快捷键说明

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