[
https://issues.jboss.org/browse/JBESB-3840?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration commented on JBESB-3840:
------------------------------------------------
Marek Baluch <mbaluch(a)redhat.com> made a comment on [bug
847290|https://bugzilla.redhat.com/show_bug.cgi?id=847290]
Description of problem:
See external JIRA issue.
Steps to Reproduce:
1. deploy the http_gateway quickstart
2. access
http://localhost:8080/Quickstart_http_gateway/http/sales?wsdl URL in your
browser.
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira