[esb-issues] [JBoss JIRA] (JBESB-3840) http-gateway returns invalid empty WSDL document.

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Oct 16 14:05:01 EDT 2012


     [ https://issues.jboss.org/browse/JBESB-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated JBESB-3840:
-------------------------------------------

    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=847290, https://bugzilla.redhat.com/show_bug.cgi?id=850891  (was: https://bugzilla.redhat.com/show_bug.cgi?id=847290)

    
> 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: http://www.atlassian.com/software/jira


More information about the esb-issues mailing list