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

📄 gd_bizaccept_cpworkflow.wsdl

📁 工作流产品,一个大型项目,使用ORALCE BPEL
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="gd_BizAccept_CPWorkflow"
             targetNamespace="http://bnet.gsta.com/businessProcess/gd_BizAccept_CPWorkflow"
             xmlns="http://schemas.xmlsoap.org/wsdl/"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:bnetmsg="http://bnet.gsta.com/businessProcess/schema"
             xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:tns="http://bnet.gsta.com/businessProcess/gd_BizAccept_CPWorkflow"             
             xmlns:client="http://bnet.gsta.com/businessProcess/gd_BizAccept_CPWorkflow"
             xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
	<types>
		<xsd:schema attributeFormDefault="qualified"
			elementFormDefault="qualified"
			targetNamespace="http://bnet.gsta.com/businessProcess/gd_BizAccept_CPWorkflow"
			xmlns="http://www.w3.org/2001/XMLSchema">
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/Events.xsd"/>
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/Customer.xsd"/>
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/HelperSchema.xsd"/>
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/Product.xsd"/>
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/HumanTaskForm.xsd"/>
            <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/BizProcCmdRequestResponse.xsd"/>
            <xsd:element name="BizAcceptCPWorkflowMessage">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="providerId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                        <xsd:element name="correlationId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                        <xsd:element name="cpActivityId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
                        <xsd:element ref="bnetmsg:CPTaskForm"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
		</xsd:schema>
	</types>

	<message name="gd_BizAccept_CPWorkflowRequestMessage">
		<part name="payload" element="tns:BizAcceptCPWorkflowMessage"/>
	</message>

	<message name="gd_BizAccept_CPWorkflowResponseMessage">
		<part name="payload" element="tns:BizAcceptCPWorkflowMessage"/>
	</message>

	<portType name="gd_BizAccept_CPWorkflow">
		<operation name="initiateBizAcceptCPWorkflow">
			<input message="tns:gd_BizAccept_CPWorkflowRequestMessage"/>
		</operation>
	</portType>

	<portType name="gd_BizAccept_CPWorkflowCallback">
		<operation name="onResultBizAcceptCPWorkflow">
			<input message="tns:gd_BizAccept_CPWorkflowResponseMessage"/>
		</operation>
	</portType>

  <bpws:property name="correlationId" type="xsd:string"/>
  <bpws:propertyAlias propertyName="tns:correlationId" messageType="tns:gd_BizAccept_CPWorkflowRequestMessage"
         part="payload" query="/tns:BizAcceptCPWorkflowMessage/tns:correlationId"/>
  <bpws:propertyAlias propertyName="tns:correlationId" messageType="tns:gd_BizAccept_CPWorkflowResponseMessage"
         part="payload" query="/tns:BizAcceptCPWorkflowMessage/tns:correlationId"/>

	<plnk:partnerLinkType name="gd_BizAccept_CPWorkflow">
		<plnk:role name="gd_BizAccept_CPWorkflowProvider">
			<plnk:portType name="client:gd_BizAccept_CPWorkflow"/>
		</plnk:role>
		<plnk:role name="gd_BizAccept_CPWorkflowRequester">
			<plnk:portType name="client:gd_BizAccept_CPWorkflowCallback"/>
		</plnk:role>
	</plnk:partnerLinkType>
</definitions>

⌨️ 快捷键说明

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