1 Reply Latest reply on Oct 26, 2011 1:05 AM by tcunning

    HttpGateway example with payload

    kotaris

      I am trying to implement an esb service that has both jms provider and http provider. Applications deployed in the jboss server can call using service invoker and all other applications can call using Httpgateway. But I am not able to implement correctly as to how to pass the payload and get the response back.

       

      The same action is not working for both. using Service Invoker it is working properly but passing http request is not working. Can some one point me to an example that takes payload and returns http response with an object. The quick start example is not passing any payload and also the action accepts HttpRequest, where as my action accepts Jboss Message.

       

      Thanks,