1 Reply Latest reply on Sep 2, 2008 9:51 AM by beve

    Http client in Jboss esb

      I am working with jboss-soa-p.4.2.0 which consists of JBoss ESB 4.2.1 GA. I want to develop an Http client for ESB, i.e. i need to invoke any esb service via an http request.

      How should i go about this? Is there any sample or could anyonne refer to some documentation in this regard?

        • 1. Re: Http client in Jboss esb
          beve

          Hi,

          i need to invoke any esb service via an http request.

          well depending on your requirements you could perhaps configure a JBossRemoting gateway. See the webservice_producer quickstart for information about how to configure it.

          If that does not meet your needs you could create a simpel servlet that uses the ServiceInvoker to call a service in the ESB.
          You could extract the service category and service name from the request or perhaps configure that information in web.xml.

          Would one of those solutions work for you situation?

          Regards,

          /Daniel