]
RH Bugzilla Integration updated JBESB-3840:
-------------------------------------------
Bugzilla References:
http-gateway returns invalid empty WSDL document.
-------------------------------------------------
Key: JBESB-3840
URL:
https://issues.jboss.org/browse/JBESB-3840
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.11 CP1
Reporter: Marek Baluch
When an ESB application is deployed and this application contains a service like:
{code}
<service category="Sales" name="List" description=""
invmScope="GLOBAL">
<listeners>
<!-- Receives:
http://<host>:<port>/Quickstart_http_gateway/http/sales/* but will be forced
to
authenticate because the "sales" bus has basic auth configured
(above)... -->
<http-gateway name="sales" busidref="secureFriends"
urlPattern="sales/*" />
</listeners>
<actions mep="RequestResponse">
<action name="print"
class="org.jboss.soa.esb.samples.quickstart.httpgateway.MyAction"/>
</actions>
</service>
{code}
then the URL http://<host>:<port>/Quickstart_http_gateway/http/sales?wsdl
returns the following WSDL document:
{code}
<definitions/>
{code}
which clearly is not valid since it's not in the correct namespace. Even more in my
opinion the http-gateway should
not return a WSDL document by default since it may be used with more then SOAP.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: