Hi!
How can I add extensibility elements to WSDL document when I develop a
web service starting from Java? For example, I would like to insert the
following <partnerLinkType> subelement into the <definitions> element in
order to use this web service in a BPEL process:
<plnk:partnerLinkType name="BankLT">
<plnk:role name="BankRole">
<plnk:portType name="tns:Bank"/>
</plnk:role>
</plnk:partnerLinkType>
How can I add attributes (xmlns:plnk="...") to the <definitions> element?
--
rnd.