NetBeans IDE - 基于Open-ESB的网上商城系统 - 编程入门网
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-16
Schema" schemaLocation="orderSchema.xsd"/>
<xsd:import namespace="http://xml.netbeans.org/schema/OrderResult" schemaLocation="OrderResult.xsd"/>
</xsd:schema>
</types>
<message name="getinventoryCountRequest">
<part name="part1" type="xsd:string"/>
</message>
<message name="getinventoryCountReply">
<part name="part1" type="xsd:int"/>
</message>
<message name="InventoryOperationRequest">
<part name="part1" element="ns:order"/>
</message>
<message name="InventoryOperationReply">
<part name="part1" element="ns0:result"/>
</message>
<portType name="inventoryPortType">
<operation name="checkOrderAvailable">
<input name="input2" message="tns:InventoryOperationRequest"/>
<output name="output2" message="tns:InventoryOperationReply"/>
</operation>
</portType>
<binding name="InventoryBinding" type="tns:inventoryPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="checkOrderAvailable">
<input name="input2">
<soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/Inventory"/>
</input>
<output name="output2">
<soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/Inventory"/>
</output>
</operation>
</binding>
<service name="InventoryService">
<port name="InventoryPort" binding="tns:InventoryBinding">
<soap:address location="http://localhost:8080/Inventory/InventoryService"/>
</port>
</service>
<plnk:partnerLinkType name="Inventory1">
<!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
<plnk:role name="inventoryPortTypeRole" portType="tns:inventoryPortType"/>
</plnk:partnerLinkType>
</definitions>
NetBeans IDE - 基于Open-ESB的网上商城系统(4)时间:2011-07-25 Sun ERI China增加配送信息 在订单有效的情况下,Process Management会调用Shipping系统 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于NetBeans IDE - 基于Open-ESB的网上商城系统 - 编程入门网的所有评论