2 Replies Latest reply on Mar 19, 2008 2:56 AM by puneetjain

    Query regarding HTTP endpoint

      Hi,

      I am new to jbossESB. I have write a application with a http endpoint.
      Does jboss ESB support http service endpoint?
      If yes how can I configure a http service endpoint?

      Please help me to resolve this query.
      Any reply will be appreciated.

      Thanks,
      Puneet

        • 1. Re: Query regarding HTTP endpoint
          beve

          Hi Puneet,

          take a look at the webservice_producer quickstart (in the samples directory).
          This shows how you can configure a http endpoint using a jboss remoting listener:

          <jbr-provider name="JBR-Http" protocol="http" host="localhost">
           <jbr-bus busid="Http-1" port="8765" />
           </jbr-provider>
          

          This might give you some ideas for you application.

          Regards,

          Daniel


          • 2. Re: Query regarding HTTP endpoint

            Hi Daniel,

            Thanks for you reply.
            Actually, I am new with JbossESB. I have to write a very simple application.
            The application have a http endpoint reference. A string is passed to the application. It reverse it and send the response back to the http browser.

            Please help to write this sample application.

            Thanks,
            Puneet