[ http://issues.apache.org/jira/browse/BEEHIVE-92?page=all ]

Jeremiah Johnson updated BEEHIVE-92:
------------------------------------

        Summary: JSR-181 compliance: response namespace not set correctly  
(was: JSR-181 compliance: namespace inheritance doesn't work properly)
        Version: V1Beta
                     (was: V1Alpha)
    Fix Version: V1
                     (was: V1Beta)

The reason that this issue isn't about namespace inheritance is because the 
target namespace set in the WebService is clearly being applied to the 
parameters and also the WSDL appears correct.

> JSR-181 compliance: response namespace not set correctly
> --------------------------------------------------------
>
>          Key: BEEHIVE-92
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-92
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: V1Beta
>     Reporter: Michael Merz
>     Assignee: daryoush mehrtash
>      Fix For: V1

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to