[ http://nagoya.apache.org/jira/browse/BEEHIVE-92?page=history ]
Michael Merz updated BEEHIVE-92:
--------------------------------
Summary: JSR-181 compliance: namespace inheritance doesn't work
properly (was: No default targetNamespace for WebMethod)
Description:
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>
was:Inheritence of targetNamespace for WebMethod (wrapper) from WebService
doesn't work.
> JSR-181 compliance: namespace inheritance doesn't work properly
> ---------------------------------------------------------------
>
> Key: BEEHIVE-92
> URL: http://nagoya.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://nagoya.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