gd_bizaccept.wsdl
来自「工作流产品,一个大型项目,使用ORALCE BPEL」· WSDL 代码 · 共 52 行
WSDL
52 行
<definitions name="gd_BizAccept" targetNamespace="http://bnet.gsta.com/businessProcess/gd_BizAccept" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:sp="http://bnet.gsta.com/businessProcess/gd_BizAccept_SPWorkflow" xmlns:ap="http://bnet.gsta.com/businessProcess/gd_BizAccept_APWorkflow" xmlns:bnetmsg="http://bnet.gsta.com/businessProcess/schema" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:client="http://bnet.gsta.com/businessProcess/gd_BizAccept" > <types> <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" xmlns="http://bnet.gsta.com/businessProcess/gd_BizAccept" targetNamespace="http://bnet.gsta.com/businessProcess/gd_BizAccept" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bnetmsg="http://bnet.gsta.com/businessProcess/schema" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:client="http://bnet.gsta.com/businessProcess/gd_BizAccept" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:sp="http://bnet.gsta.com/businessProcess/gd_BizAccept_SPWorkflow" xmlns:ap="http://bnet.gsta.com/businessProcess/gd_BizAccept_APWorkflow"> <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/BizOrders.xsd"/> <xsd:import namespace="http://bnet.gsta.com/businessProcess/schema" schemaLocation="schema/BizProcCmdRequestResponse.xsd"/> </xsd:schema> </types> <message name="gd_BizAcceptRequestMessage"> <part name="payload" element="bnetmsg:BizOrderMessage"/> </message> <message name="gd_BizAcceptResponseMessage"> <part name="payload" element="bnetmsg:BizOrderMessage"/> </message> <portType name="gd_BizAcceptCallback"> <operation name="onResult"> <input message="client:gd_BizAcceptResponseMessage"/> </operation> </portType> <portType name="gd_BizAccept"> <operation name="initiate"> <input message="client:gd_BizAcceptRequestMessage"/> </operation> </portType> <plnk:partnerLinkType name="gd_BizAccept"> <plnk:role name="gd_BizAcceptProvider"> <plnk:portType name="client:gd_BizAccept"/> </plnk:role> <plnk:role name="gd_BizAcceptRequester"> <plnk:portType name="client:gd_BizAcceptCallback"/> </plnk:role> </plnk:partnerLinkType></definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?