Invoking a RESTful WS in ESB through Internet Explorer returns HTTP error code 400

Solution Unverified - Updated -

Issue

  • There is an ESB application which hosts a RESTful WebService. Whenever that WebService endpoint is invoked with GET operation from an IE browser it send a 400 BAD request error. It works fine with Firefox browser.
    Below is a snippet from jboss-esb.xml where the RESTful WebService is hosted.
<service category="RestFlow" description="Exposing RESTful WebService"
invmScope="GLOBAL" name="RestService">
<property name="maxThreads" value="10" />
<listeners>
<http-gateway name="HttpGatewayOne" urlPattern="/*">
<property name="synchronousTimeout" value="15" />
</http-gateway>
</listeners>
<actions>
<action class="com.test.gateway.RestAction" name="RESTfulAction" process="process" />
</actions>
</service>

How to fix this issue?

Environment

  • Red Hat JBoss SOA Platform (SOA-P)
    • 5.3.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content