You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jonathan Colwell (JIRA)" <be...@incubator.apache.org> on 2004/10/25 23:58:46 UTC

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

     [ http://issues.apache.org/jira/browse/BEEHIVE-19?page=comments#action_54634 ]
     
Jonathan Colwell commented on BEEHIVE-19:
-----------------------------------------

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

> targetNamespace for WebParam, WebResult doesn't show up in WSDL
> ---------------------------------------------------------------
>
>          Key: BEEHIVE-19
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-19
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: TBD
>     Reporter: Michael Merz
>     Priority: Minor
>      Fix For: TBD

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Posted by wo...@yahoo.co.jp.
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.