Hello all:
    Below is a wsdl file which I have to do with.
I have generated the classes of WSDL with  wsdl schema  by XMLBEANS,
I have generated the classes of plnk  with  partner-link schema  by XMLBEANS
 
When I write and read  this wsdl,I don't know how to do with the elements of plnk
 
thank you very much for your help
              Glen
 
 
--------------------------------------------------------------------   

<?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>

-------------------------------------------------------------------------------

Reply via email to