You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by jc...@speakeasy.net on 2004/10/26 05:21:58 UTC

Re: [jira] Commented: (BEEHIVE-19) targetNamespace for WebParam, WebResult doesn't show up in WSDL

Thanks for catching this Wolfgang, the fix I made has the targetNamespace showing up for WebResult annotations in the actual response but is not appearing in the WSDL.  I'll make sure it gets into the WSDL for both the params and result tomorrow.

cheers,

Jonathan

-----Original Message-----
From: wolfgang127us@yahoo.co.jp [mailto:wolfgang127us@yahoo.co.jp]
Sent: Tuesday, October 26, 2004 02:19 AM
To: 'Beehive Developers'
Subject: Re: [jira] Commented: (BEEHIVE-19) targetNamespace for WebParam, WebResult doesn't show up in WSDL

Hi Jonathan.

> The new JSR-181 revision specifies an optional targetNamespace 
> property for @WebParam and @WebResult. While it is already 
> supported by the object model, it doesn't show up in the WSDL yet.

> I fixed this but have no idea how to get the bug resolved.

Do you know the code you fixed has already been checked in ?

I've tried with the lastest code but couldn't see any differences
 in WSDL.

I specified SOAPBinding style document and annotated a parameter with 
@WebParam(targetNamespace="http://www.beehive.com/MyTarget" ).

Thanks in advance.

Wolfgang.