You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Michael Merz (JIRA)" <be...@incubator.apache.org> on 2005/02/14 23:25:12 UTC

[jira] Resolved: (BEEHIVE-92) JSR-181 compliance: namespace inheritance doesn't work properly

     [ http://issues.apache.org/jira/browse/BEEHIVE-92?page=history ]
     
Michael Merz resolved BEEHIVE-92:
---------------------------------

    Resolution: Fixed

Has been fixed with new type mapping.

> JSR-181 compliance: namespace inheritance doesn't work properly
> ---------------------------------------------------------------
>
>          Key: BEEHIVE-92
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-92
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: V1Alpha
>     Reporter: Michael Merz
>     Assignee: Jonathan Colwell
>      Fix For: V1Beta

>
> WebMethod doesn't inherit the targetNamespace from WebService; as a consequence the default targetNamespace for WebParam and WebResult doesn't work properly either. Sample WSDL:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>   <soapenv:Body>
>     <sayHelloWorldResponse xmlns="">
>       <ns1:result xmlns:ns1="http://template">Hello world!</ns1:result> 
>       <ns2:i xmlns:ns2="http://template">Beehive</ns2:i> 
>     </sayHelloWorldResponse>
>   </soapenv:Body>
> </soapenv:Envelope>

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