users@jax-ws.java.net

Re: Add extensibility elements to WSDL

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Wed, 16 Nov 2005 12:48:31 -0800

This is a good question and something that we are considering for the
next release of JAX-WS.

Dmytro Rud wrote:

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

-- 
 - Doug