<?xml version="1.0" ?>
<!-- $Id: WSPLink_Multiplier.wsdl,v 1.1 2003/11/26 14:07:10 doi Exp $ -->
<definitions
targetNamespace="
http://samples.halibut.com/Calculator/CallMultiplier/"
xmlns:tns="http://samples.halibut.com/Calculator/CallMultiplier/"
xmlns:pns="
http://samples.halibut.com/Calculator/Multiplier/"
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/
"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<!-- impoer portType -->
<import namespace="http://samples.halibut.com/Calculator/Multiplier/" location="WSPortType_Multiplier.wsdl"/>
<plnk:partnerLinkType name="Calculate">
<plnk:role name="calculator">
<plnk:portType name="pns:MultiplierPT"/>
</plnk:role>
</plnk:partnerLinkType>
</definitions>
-------------------------------------------------------------------------------

