Using an ESP process from the web

Posted by Admin on 18-May-2007 10:01

Let's suppose I have a deployed ESB service, I want to call it from my web browser, I can configure a TCP acceptor but to receive the output on my browser, what do I do?

Thanks,

Alberto

All Replies

Posted by Admin on 16-Jan-2009 03:22

Use a Http Router

Posted by Admin on 21-Jan-2009 20:37

what is a Http router?

Posted by Admin on 21-Jan-2009 20:37

Can you send a JMS message to your ESB service entry endpoint?

Posted by dmillman on 22-Jan-2009 06:01

Yes, if the ESB process has an entry point defined and is deployed in a running container then a process can be invoked. If you are expecting a response then you will have to ensure that the exit endpoint is set to REPLY_TO and you have to remember that the response may have extra parts

Posted by dmillman on 22-Jan-2009 06:03

Invoking the service from a browser can be done by configuring an HTTP acceptor and where the URL will map to the entry endpoint of the ESB Process. Note I would never expose a service directly. I would create an ESB Process that wraps the service and expose that.

This thread is closed